The requested URL was not found on this server
-
Hi everyone,
I have set up a new website, and besides the home page, all pages have got this error:
Not Found
The requested URL XXXXXX was not found on this server.I tried many time to modify the htaccessfile and now looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>
# END WordPressI’m using amazon Lightsail.
Thanks a lot !
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘The requested URL was not found on this server’ is closed to new replies.