Special:Badtitle/NS90:User talk:Kotra/Additional possible .htaccess errors./reply (2): Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
 
(Forgot to list the article that compelled me to do all that work.)
 
Line 14: Line 14:


; Articles that now seem to function
; Articles that now seem to function
* [[User:WikiMaster/Tables & Columns]]
* [[A. E. Doyle]]
* [[A. E. Doyle]]
* [[Occupy Portland/Press Releases]]
* [[Occupy Portland/Press Releases]]

Latest revision as of 22:09, 30 October 2011

Current .htaccess
RewriteEngine On

RewriteCond %{REQUEST_URI} ^/.*&.*
RewriteRule ^/?(.*)&(.*)$ /index.php?title=$1\%26$2 [L,NE]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?title=$1 [L,QSA]
Articles that now seem to function
Sources