ofast/ofastWeb/master/.htaccess - Htaccess File

ofast/ofastWeb/master/.htaccess

RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_URI} ^/system/$
RewriteRule ^(system)/$ /$1 [R=301,L]
RewriteCond %{REQUEST_URI} ^/system
RewriteRule ^system(/.+)?$ /backend/web/$1 [L,PT]
RewriteCond $1 !^(index.php|uploads|favicon.ico)
RewriteRule ^(.*)$ frontend/web/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache