404 not found The requested URL /en-us was not found on this server.
Permalink
Hello,
for one of my customers who is hosting his website on a qnap, we replaced both bay disks and we had to reinstall the device. We restore the concrete5 files and the database but i get the error as shown in the subject. You can also see it here:http://marnan.nl
I cannot find how to fix it.
Any ideas?
Thank you.
for one of my customers who is hosting his website on a qnap, we replaced both bay disks and we had to reinstall the device. We restore the concrete5 files and the database but i get the error as shown in the subject. You can also see it here:http://marnan.nl
I cannot find how to fix it.
Any ideas?
Thank you.
It wouldn't be a .htaccess rewrite, would it?
Thanks! I looked from SSH using ls -lah and even though i see other dot files, i don't see .htaccess at all there.
do i need to put one?
do i need to put one?
Thanks to the reply from Gondwana i found how .htaccess solved my issue.
I added this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
I added this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]