mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-03 23:30:48 +00:00
Update .htaccess
This commit is contained in:
parent
2526aad5eb
commit
c8559f7a20
1 changed files with 9 additions and 0 deletions
|
|
@ -2,4 +2,13 @@ RewriteEngine on
|
||||||
RewriteCond %{REQUEST_URI} !(\/index\.php)$
|
RewriteCond %{REQUEST_URI} !(\/index\.php)$
|
||||||
RewriteCond %{REQUEST_URI} !(\/pi-logo_128\.png)$
|
RewriteCond %{REQUEST_URI} !(\/pi-logo_128\.png)$
|
||||||
RewriteCond %{REQUEST_URI} !(\/content\/.*)$
|
RewriteCond %{REQUEST_URI} !(\/content\/.*)$
|
||||||
|
RewriteCond %{REQUEST_URI} !(\/css\/.*)$
|
||||||
|
RewriteCond %{REQUEST_URI} !(\/doc\/.*)$
|
||||||
|
RewriteCond %{REQUEST_URI} !(\/docker\/.*)$
|
||||||
|
RewriteCond %{REQUEST_URI} !(\/img\/.*)$
|
||||||
|
RewriteCond %{REQUEST_URI} !(\/js\/.*)$
|
||||||
|
RewriteCond %{REQUEST_URI} !(\/modules\/.*)$
|
||||||
|
RewriteCond %{REQUEST_URI} !(\/tests\/.*)$
|
||||||
|
|
||||||
|
|
||||||
RewriteRule ^(.*)$ http://10.1.1.1/index.php [L,R=301]
|
RewriteRule ^(.*)$ http://10.1.1.1/index.php [L,R=301]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue