if you look at the url http://www.cinesick.com/gallery/ , I can access the site but http://cinesick.com/gallery/ again this stucks. (it redirect to home page some times else getting 200 error) recently i enabled multisite. can some one help me , if any changes need to be done. help me if you are familiar with this issue. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress AddHandler php5-script .php HTML:
Do you use cache plugins? i had problems with redirecting before, and when i deactivate cache plugins it did run again. Wasn't sure if the cache plugin caused it or something else.