500 Internal Server Error. '.htaccess' file within a subdirectory
-
Hi.
Using WordPress 4.0 on FreeBSD, I get a 500 Error (Internal Server Error) message when accessing
http://www.mysite.com/blog_dir/Under parent directory (http://www.mysite.com/) I created an ‘.htaccess’ file with lots of Rewrites which work propertly
http://www.mysite.com/item/foo/
http://www.mysite.com/news/whatever/
…Under the subdirectory (http://www.mysite.com/blog_dir/) I created an ‘.htaccess’ with the default WordPress stuff:
—————-# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog_dir/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog_dir/index.php [L] </IfModule> # END WordPress——————-
What am I doing wrong? The same configuration works ok in an Ubuntu WordPress 4.0 machine.
I read that this issue may be due to a corrupt ‘.htaccess’, but I uploaded it twice (another way to check it?).
Thank you very much in advance.
The topic ‘500 Internal Server Error. '.htaccess' file within a subdirectory’ is closed to new replies.