404 /install not found
-
Hi. I have been having a bit of trouble setting up ideaspacevr on my local machine. Using a Mac running OSX 10.11.4.
When I try to install by going to the directory in my browser I encounter a 404 error saying /install not found.
Was wonder if anyone else has had this issue.
-
@arsallinger Are you running it on MAMP locally? Which IdeaSpace version?
-
@Chris I am running a mamp setup locally. And using ideaspacevr 0.3.1
-
@arsallinger Please make sure you have the two hidden files ".env" and ".htaccess" in your web root in MAMP.
I just did a MAMP install on Mac OS and I navigated to http://localhost:8888 and I was forwarded to http://localhost:8888/install automatically.
After installing IdeaSpace please make sure you have ImageMagick or GD installed with your MAMP system (for image processing).
-
@arsallinger if you still have this issue, you can add
<Directory /var/www/html>
AllowOverride All
</Directory>to your .htaccess file in the IdeaSpace root directory. Please make sure that the path /var/www/html is right and pointing to your IdeaSpace web root. This statement makes sure that the Apache mod_rewrite module works properly, which is needed by IdeaSpace for pretty URLs.