mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-19 18:32:43 +01:00
First version
This commit is contained in:
10
.htaccess
Normal file
10
.htaccess
Normal file
@@ -0,0 +1,10 @@
|
||||
RewriteEngine On
|
||||
|
||||
RewriteCond %{QUERY_STRING} ^title=Special:Newpages\&feed=rss$
|
||||
RewriteRule ^index\.php$ /feed.xml? [R=301,L]
|
||||
|
||||
RewriteCond %{QUERY_STRING} ^title=Sp%C3%A9cial:Nouvelles_pages&feed=rss$
|
||||
RewriteRule ^index\.php$ /feed.xml? [R=301,L]
|
||||
|
||||
RewriteCond %{QUERY_STRING} [^&?]*?=([^&?]*)[&]?(.*)
|
||||
RewriteRule ^index\.php$ /%1.html?%2 [R=301,L]
|
||||
Reference in New Issue
Block a user