Hi,
after installation, any other URL than the root with end in a 404 not found error, if I remove .htaccess, it looks like I could access other page if I knew what to type after index.php, that's why I suspect the rewrite process...
What can I do ?
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Archive
Did you try this:
If AllowOverride is set to None or anything other than All, you will need to change it to All and save. This change will require a reset of your Apache server to register.
Thank you, it was the problem ! I had already checked it but I used the wrong syntax... Here how I did for the next people : in /etc/apache2/sites-available/monbloggrav.conf I added "<Directory "/var/www/grav">
AllowOverride all
</Directory>"
then sudo service apache2 reload !
Thanks again.
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 1318 | 9 years ago | ||
| 2 | 915 | 9 years ago | ||
| 2 | 4024 | 9 years ago | ||
| 1 | 2900 | 9 years ago | ||
| 3 | 1082 | 9 years ago |