I'm trying to get grav to work on an apache shared host envrionment. (x10 hosting)
I downloaded grav+admin, unzipped it, and used filezilla and ftp to upload to a I'm trying to get grav to work on an apache shared host envrionment.
I downloaded grav+admin, unzipped it, and used filezilla and ftp to upload to a /Documents/grav/ subdirectory.
When I key in the url it redirects to /Documents/grav/admin and put up this error:
Not Found
The requested URL /Documents/grav/admin was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I've reviewed the help information to solve file not found, and I'm not having much success.
I've checked for the .htaccess file, and it isn't there in the root of my /Documents/grav/ directory, which is where I understand it should be as the root of my installation. BUT is isn't there in the grav-admin-v1.3.0.zip file.
Am I supposed to create it?
The /Documents/grav/admin doesn't exist in the grav-admin-v1.3.0.zip file, either? I'm not surprised that it doesn't find it when I run. Am I supposed to create it?
Because it is a shared server, I don't have access to and can't change httpd.conf, so I can't set AllowOverride All. Is there another alternative?
Is it even possible to run Grav in a shared server environment?
Thanks for helping a noob.