404’s from regular site going to the Blog
-
I installed WP a few weeks ago. I had a few problems but as far as I can tell they were all resolved. The directory structure of the blog is simple — mysite.org/blog
This morning I was poking in mysite.org and fat-fingered a URL. Instead of getting my normal 404 page, I got the blog’s 404!
I poked around a bit and found this in mysite.org/.htaccess:
RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L]
I have no idea what that is and I know I didn’t put it there, but I suspect it has something to do with the strangeness.
Can I delete these lines or should I move them to a .htaccess in /blog?
Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘404’s from regular site going to the Blog’ is closed to new replies.