Internal server error 500 multisite redirect
-
Hi,
I am using 3.9.1 wordpress in multisite instalation with default htaccess for this configuration:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Problem is this:
/wpcontent/uploads/something.pdf – 404 not found (template page – so it is OK)
/wp-content/uploads/something.pdf – 404 not found (apache server 404 page, not template page – NOT OK)
/wp-content/uploads/some/thing.pdf – 500 internal server error (NOT OK)So wp-content in URL is problem (server 404 page) and any directory after wp-content directory is problem too (500 internal server error). I think the same it would be for wp-admin and wp-include directory (i did not try it)
What is your experience??? The same? And how to solve it?
Thank you
Bary
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Internal server error 500 multisite redirect’ is closed to new replies.