Tuxion/tuxion.framework/beta/.htaccess - Htaccess File

Tuxion/tuxion.framework/beta/.htaccess

RewriteEngine On

RewriteRule ^i/com/(w+)/(.*)$ framework/components/$1/includes/$2 [E=REWRITE:1,L]
RewriteRule ^i/theme/(w+)/(.*)$ framework/themes/$1/includes/$2 [E=REWRITE:1,L]

RewriteCond %{ENV:REDIRECT_REWRITE} !1
RewriteRule .* framework/init.php

RewriteRule .* - [E=HTTP_CONTENT_TYPE:%{HTTP:Content-Type}]

On Github License

Files

Download PDF of Htaccess file
CONTENT_TYPE, ENV

Comments

Apache