View Single Post
Old 12-22-2007, 08:41 PM   #6 (permalink)
xiaomaster
Contributing Member
 
Join Date: 08-10-07
Posts: 64
iTrader: 0 / 0%
Latest Blog:
None

xiaomaster is liked by many
I'm using wordpress. I edited my htaccess file and it's as below:
Code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteCond %{HTTP_HOST} !^www\.mysite\.com RewriteRule (.*) http://www.mysite.com/$1 [R=301,L] RewriteCond %{HTTP_REFERER} xuite\.net </IfModule> # END WordPress order allow,deny deny from 210.242.17.204 allow from all
Anyone pls check if it has any conflicts?
Thanks a lot.
xiaomaster is offline   Reply With Quote