spmenu-wiki/.htaccess

9 lines
240 B
ApacheConf
Raw Normal View History

2023-06-10 13:52:13 +02:00
RewriteEngine On
RewriteCond %{THE_REQUEST} /index\.php/(.+)\sHTTP [NC]
2023-06-10 15:05:23 +02:00
RewriteCond %{THE_REQUEST} !-f
2023-06-10 13:52:13 +02:00
RewriteRule ^ /%1 [NE,L,R]
2023-06-10 15:05:23 +02:00
2023-06-10 13:52:13 +02:00
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ /index.php/$1 [L]