bartronix/webster/master/.htaccess - Htaccess File

bartronix/webster/master/.htaccess

RewriteEngine On
RewriteBase /
RewriteRule ^ajaxerror$ /app/errorpages/500_ajax.php [L]
RewriteRule ^error$ /app/errorpages/500.php [L]
RewriteCond %{REQUEST_URI} !=/index.php
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule .* /index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI, SCRIPT_FILENAME

Comments

Apache