Thread Starter
kel
(@kel)
I worked it out.
I had changed the wrong .htaccess file. I had added the following to the oscomemerce .htaccess
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
I deleted it from the oscomemerce .htaccess and added it to the wordpress .htaccess and all is working agian now 🙂