pivilion/home/pi/pivilion/config/html/.htaccess

18 lines
726 B
ApacheConf
Raw Normal View History

2022-05-04 21:03:54 +00:00
RewriteEngine on
RewriteCond %{REQUEST_URI} !(\/index\.php)$
RewriteCond %{REQUEST_URI} !(\/pi-logo_128\.png)$
2022-05-09 16:45:14 +00:00
RewriteCond %{REQUEST_URI} !(\/content\/.*)$
2022-05-09 17:56:13 +00:00
RewriteCond %{REQUEST_URI} !(\/index\.php)$
RewriteCond %{REQUEST_URI} !(\/pi-logo_128\.png)$
RewriteCond %{REQUEST_URI} !(\/content\/.*)$
2022-05-09 16:53:02 +00:00
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\/.*)$
2022-05-09 17:56:13 +00:00
RewriteCond %{REQUEST_URI} !(\/*.php)$
2022-05-10 16:28:08 +00:00
RewriteCond %{REQUEST_URI} !(\/*.head.*)$
2022-05-04 21:03:54 +00:00
RewriteRule ^(.*)$ http://10.1.1.1/index.php [L,R=301]