.htaccess for hiding url details

Posted by rag on Stack Overflow See other posts from Stack Overflow or by rag
Published on 2010-03-17T10:38:26Z Indexed on 2010/03/17 10:41 UTC
Read the original article Hit count: 209

Filed under:
|
         Options +FollowSymlinks
RewriteEngine on
RewriteRule ^WR-(.*)\.html$ WR.php?act=show

i have created .htaccess file to rewrite WR.php?act=show to .html extension and save this file in a folder where my source file are residing. but it is not working can anybody help me please....

© Stack Overflow or respective owner

Related posts about php

Related posts about .htaccess