PHPJavascript

Web Development Guide – My Personal Library of Tutorials and Scripts

Redirect .php pages

February11

I need to redirect pages with .php extension to without. Like www.magrudy.com/mystore.php to www.magrudy.com/mystore

Use the following

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/\ ]+/)*([^.\ ]+\.)+(php|html?)\ HTTP
RewriteRule ^(([^/]+/)*[^.]+)\.(php|html?)$ http://www.magrudy.com/$1 [R=301,L]

posted under htaccess

Email will not be published

Website example

Your Comment:

 

12,829 spam comments
blocked by
Akismet