I'm having a devil of time trying to figure out why there is a conflict with the .htaccess file that generated by the admin SEO Settings and a WordPress blog located in it's own directory /blog
I can access the blog admin blog/wp-admin/ and have played around with the Permalink Settings but that doesn't seem to help any.
When I try to view the "Hello World" post at /blog/?p=1 I get the following message:
Thoughts?
Many thanks!
Leslie
Code:
### Begin - Inserted by Miva Merchant
DirectoryIndex /Merchant2/merchant.mvc?Screen=SFNT
RewriteEngine On
RewriteRule ^Merchant2/admin.mvc? - [L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/]+)/p/([^/.]+).html$ /Merchant2/merchant.mvc?Store_code=$1&Screen=PROD&Product_code=$2 [L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/]+)/c/([^/.]+).html$ /Merchant2/merchant.mvc?Store_code=$1&Screen=CTGY&Category_code=$2 [L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/]+)/p/([^/]+)/([^/.]+).html$ /Merchant2/merchant.mvc?Store_code=$1&Screen=PROD&Category_code=$2&Product_code=$3 [L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^([^/]+)/([^/.]+).html$ /Merchant2/merchant.mvc?Store_code=$1&Screen=$2 [L]
### End - Inserted by Miva Merchant
When I try to view the "Hello World" post at /blog/?p=1 I get the following message:
We're sorry but it appears that the "SFNT?p=1" page is not available at this time.
Many thanks!
Leslie
(or he took a plane, I'm not sure which).
Comment