View Single Post
Old 11-20-2006, 07:33 AM  
Fuckin Bill
Confirmed User
 
Join Date: Feb 2003
Posts: 1,020
Quote:
Originally Posted by tenderobject View Post
nice can i use the text here? http://www.thefilthyfew.com/zango.html

anyway, want to put those htaccess in my sites but i find it quite confusing with the htaccess that i have right now.

ie:
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

RewriteCond %{HTTP_USER_AGENT} zango [NC]
RewriteRule ^$ http://www.mysite.com/zango.html [R]
is this right? hehe i don't want to fuck up my htaccess lol

ohh and thank you!
What you have there should work. Of course, test it and double check everything to make sure it works as normal in a regular browser.
Fuckin Bill is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote