Forum Moderators: phranque
i spent a couple of days searching google but have not been able to find anything. Here is the rewrite code. does anyone have any suggestions?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(([^./]+)+)/?$ $1.php [L]
Thanks Andrew.