mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 08:48:51 +01:00
10 lines
348 B
ApacheConf
10 lines
348 B
ApacheConf
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] |