Multisite – Subdirectories – 404 Error
-
Hi,
htaccess below:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L] </IfModule> # END WordPress # Change PHP memory limit, time limit, # max post size, and max upload file size php_value memory_limit 256M php_value max_execution_time 300 php_value upload_max_filesize 32M php_value post_max_size 32M
Note sure in which directory should the .htaccess reside ( I tried in both wordpress folder and one step up within the html folder) – same result:
Not Found
The requested URL /wordpress/sitea/wp-admin/ was not found on this server.
What can I check further please?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multisite – Subdirectories – 404 Error’ is closed to new replies.