chrisharrison81
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 404 error solved by htaccess name change?well i have had no reply from ss so i think i might give it a go. Just a bit of a pain cus the ss site is already indexed with google at the root domain name, but it will only be temp set back.
Thanks for the idea
Forum: Installing WordPress
In reply to: 404 error solved by htaccess name change?no, i know what you mean. Tricky. maybe somebody at storestacker can help?
Cheers
Forum: Installing WordPress
In reply to: 404 error solved by htaccess name change?Thats a really good vid, Thanks.
I have added a wp blog to a sub-directory before and did not have any problems. I cannot understand what the problem is or why it is happening
Can anybody help?
Forum: Installing WordPress
In reply to: 404 error solved by htaccess name change?its from my storestacker store which is the root of the domain. i have not edited it in any way. it contains exactly as below
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^[^\.]*[^/]$
RewriteRule (.+) $1/ [R,L]
RewriteCond %{REQUEST_URI} !^/index\.php|^/admin|^/click\.php|^/templates/|^/install\.php|^/robots\.txt$|^/favicon\.ico|^/sitemap\.xml|^/404\.shtml
RewriteRule (.+) index.php?req=$1&%{QUERY_STRING}RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /404.shtml [L]