Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

404 not found

Started by Muut Archive 11 years ago · 3 replies · 247 views
11 years ago

i installed grav and the homepage is working.
Every other page gets a 404 not found
I already read through the troubleshooting site and i'm pretty sure i it's all correctly configured but it still wont work. .htaccess is uploaded and should be working correctly

Any help?

11 years ago

Let's get some details on your setup? Platform, server package, php version, etc, etc. Also how about a link to a phpinfo page?

11 years ago

Ubuntu 14.04 Server, LAMP, PHP version 5.5.9, grav is in the default path (/var/www/html/).

11 years ago

Can you please confirm that you have headers and rewrite apache modules loaded?

Then ensure you have AllowOverride All set in the main Directory block:

TXT
<Directory />
    AllowOverride All
    Require all denied
</Directory>

That will allow the .htaccess file in Grav to be processed.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1341 9 years ago
Archive · by Muut Archive, 9 years ago
2 928 9 years ago
Archive · by Muut Archive, 9 years ago
2 4057 9 years ago
Archive · by Muut Archive, 9 years ago
1 2942 9 years ago
Archive · by Muut Archive, 9 years ago
3 1115 9 years ago