atelierspierrot/webservices/dev/www/.htaccess - Htaccess File

atelierspierrot/webservices/dev/www/.htaccess

Options +FollowSymLinks -Indexes

AuthType Basic
AuthName "WebServices Authentication"

RewriteEngine On
#RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php?$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache