DigitalUSSouth/duss-indexing/master/search/.htaccess - Htaccess File

DigitalUSSouth/duss-indexing/master/search/.htaccess

Options +FollowSymLinks

# Rewrite URLs - Removes the ".php" on all file extensions.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)$ $1.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache