0

I created a wordpress vm using amazon-lightsail. The wordpress instance is accessible.

I moved a previous Grav installation under /home/bitnami/apps/wordpress/htdocs/doc folder.

I am expecting to access the Grav using https://MYDOMAIN/doc. When I browse to https://MYDOMAIN/doc, a redirection to https://MYDOMAIN/doc/tr occurs. Then I see wordpress 404 page.

How can I access my grav pages?

Halil
  • 1,795
  • 1
  • 24
  • 39
  • Did you examine the `user/config/system.yaml` file to see if it fits your current configuration? – Jamie_D Dec 09 '18 at 16:37
  • I didn't change any value in the yaml file. I downloaded a fresh grav zip and extracted it under wordpress home, but wordpress 404 page is displayed again. There seems to be a conflict with the bitnami's .htaccess file. – Halil Dec 09 '18 at 17:56
  • I updated `/opt/bitnami/apps/wordpress/conf/httpd-app.conf` and changed `AllowOverride None` to `AllowOverride All`. Now, I can see grav content from `https://MYDOMAIN/doc/tr`. – Halil Dec 09 '18 at 18:40

0 Answers0