sub install root gives 404
-
I created a new site at synergieetvitalite.com/massage/ .
Everything works :
https://synergieetvitalite.com/massage/wp-admin works just fine
https://synergieetvitalite.com/massage/welcome works
etc…only page that doesnt work is https://synergieetvitalite.com/massage/ . I have it set to a static page, but no matter what static page it is set to, or if it is set to show recent posts, same 404 .
Probably something in the htaccess? Here it is :
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]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]thanks for the help!
The page I need help with: [log in to see the link]
- The topic ‘sub install root gives 404’ is closed to new replies.