tiger42/ptf/master/app_templates/web/.htaccess - Htaccess File

tiger42/ptf/master/app_templates/web/.htaccess

DirectoryIndex index.php

RewriteEngine On
#RewriteBase /

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