https://bugzilla.wikimedia.org/show_bug.cgi?id=19460
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|DNS |Site requests --- Comment #1 from Platonides <[email protected]> 2009-07-03 21:46:39 UTC --- These lines need to be removed from the virtual host. # Send non www to the www page RewriteCond %{HTTP_HOST} !^wikibooks\.org$ [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://www.wikibooks.org/$1 [L,R,NE] If the host is NOT wikibooks.org and is not empty, redirect to http://www.wikibooks.org/ Other domains (wikiversity, wikinews, wiktionary...) differ in that they don't have those lines. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
