katyagraph/vocabs/master/app/htaccess/_.htaccess - Htaccess File

katyagraph/vocabs/master/app/htaccess/_.htaccess

Options -Indexes

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteRule ^(css|html)/assets(.*)$ assets$2 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(w+)/(w+) index.php?name=$1&lang=$2 [L]

RewriteBase /vocabs/
RewriteCond %{HTTP_HOST} ^apps.workflower.fi
RewriteCond %{QUERY_STRING} ^name=(w+)&lang=(w+)
RewriteRule ^$ %1/%2? [NS,R,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, QUERY_STRING, REQUEST_FILENAME

Comments

Apache