.htaccess
I found another host of mine (not godaddy) allows me to request remote web pages on non-standard http ports. Moving on, i'm attempting to rewrite my url's so that any url passed to my website is transformed to an in-world path. This all hass to do with htaccess, and I think I finally broke through a barrier. Run for the hills - here it is.
RewriteEngine OnRewriteBase /dns
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^/dns/register$
RewriteRule ^(.*)$ register.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^/dns/register$
RewriteRule ^(.*)$ proxy.php [L]
Visit Applewood
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home