View Single Post
Old 11-19-2006, 07:56 PM  
tenderobject
Need Designs? 312352846
 
Industry Role:
Join Date: Dec 2004
Location: Somewhere
Posts: 11,684
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!
__________________


NEED DESIGNS?!?
tenderobject is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote