Search the Community
Showing results for tags '404 url error'.
-
404 installation error 404 URL not found after installation.
Speed posted a topic in General Support
Hi Everyone, New here but not new to CMS and Template developing . Early today, I've installed PW, it was successful, the result was flawless. But then, I realized I've encounter 404 error and was unable to go into admin. I've spend 4 hours going through troubleshooting guide following this link http://processwire.com/docs/tutorials/troubleshooting-guide/page3 and I am not getting any luck, so I was hoping I could get some help from you so I can get started with PW First, the PW is running on localhost using MAMP 3.3.2 (free version). The PW files is located inside MAMP/htdocs as subfolder called pwNew. So obvious inside htaccess the Rewrite Base command should be RewriteBase /pwNew (of course hashtags has been removed) if I did it right, then it didn't work for me! So next, I went inside /apache/conf/httpd.conf and then changed... 'none' to 'All' <Directory /> Options FollowSymLinks ExecCGI AllowOverride All Order deny,allow Allow from all </Directory> Unfortunately, it didn't work for me. I've confirmed twice... the mod_rewrite have been installed, up and running. Confirmation # 1 running mod_rewrite_test.php with this code below, <?php if(in_array('mod_rewrite', apache_get_modules())) { echo 'mod_rewrite is installed.'; } else { echo 'mod_rewrite isn't installed.'; } ?> ...and then run it from browser Confirmation # 2 from phpinfo I really need your help and hope there are solution for it. Thanks in advance.- 6 replies
-
- installation error
- 404 error
-
(and 1 more)
Tagged with: