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