ducopro/events3/master/.htaccess - Htaccess File

ducopro/events3/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1?%{QUERY_STRING} [L]

#RewriteRule idfix/(.*)$ index.php?idfix=$1 [QSA,NC,L]
#RewriteRule event/(.*)$ index.php?event=$1 [QSA,NC,L]
#ewriteRule (.*)$ index.php [QSA,NC,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache