View Single Post
  #15  
Old 02-13-2011, 05:09 AM
jeckdenial jeckdenial is offline
Member
 
Join Date: Nov 2010
Posts: 21
Quote:
Originally Posted by NiteWave View Post
paste the .htaccess here. any change made in recent 2-3 days ?
I am on wordpress and i guess i did update version to new one also wp-super cache was updated which include some rewrite rules may cause the .htaccess problem. so temporary i have removed plugin to see any difference.

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


Update:
i guess i found the problem.

I have problem with my theme. As i changed that to different theme and it work perfect.

thanx a lot for your help to find the problem.

Last edited by jeckdenial; 02-13-2011 at 05:28 AM..
Reply With Quote