mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-29 16:47:17 +00:00
Update .htaccess
This commit is contained in:
parent
1db7a95444
commit
de4f6ea951
@ -2,6 +2,9 @@ RewriteEngine on
|
||||
RewriteCond %{REQUEST_URI} !(\/index\.php)$
|
||||
RewriteCond %{REQUEST_URI} !(\/pi-logo_128\.png)$
|
||||
RewriteCond %{REQUEST_URI} !(\/content\/.*)$
|
||||
RewriteCond %{REQUEST_URI} !(\/index\.php)$
|
||||
RewriteCond %{REQUEST_URI} !(\/pi-logo_128\.png)$
|
||||
RewriteCond %{REQUEST_URI} !(\/content\/.*)$
|
||||
RewriteCond %{REQUEST_URI} !(\/css\/.*)$
|
||||
RewriteCond %{REQUEST_URI} !(\/doc\/.*)$
|
||||
RewriteCond %{REQUEST_URI} !(\/docker\/.*)$
|
||||
@ -9,4 +12,5 @@ RewriteCond %{REQUEST_URI} !(\/img\/.*)$
|
||||
RewriteCond %{REQUEST_URI} !(\/js\/.*)$
|
||||
RewriteCond %{REQUEST_URI} !(\/modules\/.*)$
|
||||
RewriteCond %{REQUEST_URI} !(\/tests\/.*)$
|
||||
RewriteCond %{REQUEST_URI} !(\/*.php)$
|
||||
RewriteRule ^(.*)$ http://10.1.1.1/index.php [L,R=301]
|
||||
|
Loading…
x
Reference in New Issue
Block a user