showing slugged pages in httaccess
- by Mac Taylor
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