My problem is just like the one described in "The requested URL /admin was not found on this server" but that thread prematurely ends with a solution.
The site works initially (both grav-admin and grav-skeleton-onepage-site) until I install the admin plugin either manually or via gpm. Thereafter I get “Not Found The requested URL /~user/admin was not found on this server.” until I remove the plugin.
I have read the pages https://learn.getgrav.org/15/troubleshooting/page-not-found , https://learn.getgrav.org/15/troubleshooting/htaccess and https://learn.getgrav.org/15/troubleshooting/permissions .
I have:
- Set permissions using the script example provided on theses pages
- Ensured that .htaccess existed and tested it with the .htaccess_tester.php script provided on these pages
- Checked /etc/apache2/mods-enabled/userdir.conf for AllowOverride All
It really seems to be a rewrite issue but my knowledge falls short of a solution.
My server: Debian 8 Jessie; Apache2; PHP 5.6.40-0+deb8u2
I’ve been working at this since yesterday and I’m almost bald from pulling my hair out! I’ve been so psyched to move my site from Wordpress to Grav after days of CMS research but I’m running low on steam.
Can anyone help with further advice before I retreat in dismay and disgrace back to the world of Wordpress?