markzz/jc-pathways/master/conf/sample.htaccess - Htaccess File

markzz/jc-pathways/master/conf/sample.htaccess

php_value auto_prepend_file "../lib/apache_rewrite.php"
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.+) /index.php [QSA,L,PT,E=ORIGINAL_PATH:/$1]

On Github License

Files

Download PDF of Htaccess file
ORIGIN, REQUEST_FILENAME

Comments

Apache