[UPHPU] Passing more than one $_GET variable

justin justin at justinhileman.info
Sun Sep 2 18:26:29 MDT 2007


for anyone wondering why this is an issue, here's an interesting read
on the subject:

http://no-www.org/


for shared hosting, i always use the following in an .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
RewriteRule ^(.*)$ http://example.com/$1 [R=301,L]


justin
-- 
http://justinhileman.com


More information about the UPHPU mailing list