This is a discussion on (*can't use AddType application/x-httpd-php .xyz) >> Need RewriteEngine Help within the PHP Language forums, part of the PHP Programming Forums category; My server host is configured not to allow, AddType application/x-httpd-php .xyz I understand the RewriteEngine can be ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
My server host is configured not to allow,
AddType application/x-httpd-php .xyz I understand the RewriteEngine can be used to pass requests the same way like: RewriteEngine on RewriteBase / RewriteRule ^(.*)\.php$ $1.xyz [R=permanent] (xyz or anything....) I don't know how to implement this, or all what goes into it (am I missing anything besides those three lines?). Assistance greatly appreciated putting this together, where it goes, etc... Sincerely, Matt |