Guy G
04-16-2005, 12:50 PM
I wanna use mod_rewrite to replace every .php extension to whatever I want.
Will this work:
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^$1.gynx $1.php [L]
Will it? help is appriciated..
Maybe this will work?
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^(.*).gynx$ $1.php [L]
Will this work:
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^$1.gynx $1.php [L]
Will it? help is appriciated..
Maybe this will work?
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^(.*).gynx$ $1.php [L]