showing slugged pages in httaccess

Posted by Mac Taylor on Stack Overflow See other posts from Stack Overflow or by Mac Taylor
Published on 2010-04-27T15:46:10Z Indexed on 2010/04/27 15:53 UTC
Read the original article Hit count: 217

Filed under:

how to show our pages in php like this :

http://www.mysite.com/about/

i used this code in httaccess :

RewriteRule ^/(.*)/ opp.php?op=link&slug=$1 [L]

it works when i remove earlier / but style of the page failed to show

© Stack Overflow or respective owner

Related posts about httaccess