Platform: Mac OSX Maverics
Web Server: built-in apache with mod-rewrite, php5_module enabled
Steps to repro:
- cd /Users/username/Sites/
- mkdir bolt chmod a+rx bolt
- download bolt zip distro
- tar -xzf bolt_latest.tgz
- chmod -R 777 files/ app/database/ app/cache/ app/config/ theme/
- made sure php is enabled by creating a test.php inside bolt directory, accessed via browser, all OK
- attempted to access
http://localhost/~username/bolt
observed 404 "/bolt/bolt/users/edit does not exist on this server" - .htaccess manipulations did not change anything (like enabling rewrite, etc)
- Apache error logs report: /Users/username/Sites/bolt/bolt does not exist
I attempted to move the bolt directory to the main Document Root denoted in httpd.conf with exactly the same results.
Please advise why I cannot get your app running given all the instructions. All advice is greatly appreciated.