M2Mobi/lunr/master/.htaccess - Htaccess File

M2Mobi/lunr/master/.htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [S=40]
RewriteRule ([^/]+)/statics/[.]*$ - [PT]
RewriteRule ([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$ /index.php?controller=$1&method=$2&param1=$3&param2=$4&param3=$5 [QSA,L]
RewriteRule ([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$ /index.php?controller=$1&method=$2&param1=$3&param2=$4 [QSA,L]
RewriteRule ([^/]+)/([^/]+)/([^/]+)/?$ /index.php?controller=$1&method=$2&param1=$3 [QSA,L]
RewriteRule ([^/]+)/([^/]+)/?$ /index.php?controller=$1&method=$2 [QSA,L]
RewriteRule ([^/]+)/?$ /index.php?controller=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, static

Comments

Apache