dastiw1/piramid/master/.htaccess - Htaccess File

dastiw1/piramid/master/.htaccess

Options +Indexes

Options +FollowSymlinks -MultiViews
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} !backendweb.php  [NC]
RewriteRule ^backend(.*)  /backend/web/$1   [QSA,L,NC]

RewriteCond %{REQUEST_URI} !storageweb.php  [NC]
RewriteRule ^storage(.*)  /storage/web/$1   [QSA,L,NC]

RewriteCond %{REQUEST_URI} !index.php      [NC]
RewriteCond %{REQUEST_URI} !backend         [NC]
RewriteCond %{REQUEST_URI} !storage         [NC]
RewriteRule ^(.*)      frontend/web/index.php/$1   [QSA,L,NC]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache