rewrite rule is not working in .htaccess file

Posted by deepu sankar on Stack Overflow See other posts from Stack Overflow or by deepu sankar
Published on 2012-11-09T10:51:53Z Indexed on 2012/11/09 11:00 UTC
Read the original article Hit count: 287

Filed under:
|
|

in my portal i call a pdf file, path looks like http://www.mysite.com/filespath/books/online_bliss_in_five_simple_steps_1339668056/live/online_dating_bliss_in_five_simple_steps_1339668056.php

for user acceptance i need to reduce this url. then i add a code in .htaccess file. after adding this line only a white page is displaying when i call my portal the code is

RewriteEngine On
RewriteRule    ^book/([A-Za-z0-9-]+_.)/?$  /live/$1.php    [NC,L]

please help me

© Stack Overflow or respective owner

Related posts about php

Related posts about .htaccess