xrogaan/ayans/master/.htaccess - Htaccess File

xrogaan/ayans/master/.htaccess

Options +FollowSymLinks -Indexes -MultiViews

RewriteEngine On
RewriteBase /news

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} /.* [OR]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php?p=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache