tiger42/ptf_demo/master/.htaccess - Htaccess File

tiger42/ptf_demo/master/.htaccess

DirectoryIndex index.php

RewriteEngine On
#RewriteBase /ptf_demo/

RewriteRule ^css - [L]
RewriteRule ^img - [L]
RewriteRule ^ptf - [L]

RewriteCond %{REQUEST_URI} !/index.php$
RewriteRule ^([^/]+)/?([^/]*)?.*$ index.php?controller=$1&action=$2 [QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache