Quote:
Originally Posted by tenderobject
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.