Jump to content

PHP scripts w/ no extention ??


bsamson

Recommended Posts

Sorry, I moved this thread to the correct board then completely forgot to come and help.

 

You'll need to use a tool called mod_rewrite. You can do this by simply dropping the following into a .htaccess file in your document root. Note, I havent tested it.

 

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ $1.php [L]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.