champion Posted December 10, 2012 Share Posted December 10, 2012 I have installed Apache, PHP, and MySQL on Mac 10.8.1. After this, in my web browser, I type http://clontarf.girl...rds-53.html,and I get an error message: "Not Found The requested URL /News-2012-Academy-Awards-53.html was not found on this server. Apache/2.2.22 (Unix) mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r DAV/2 PHP/5.3.13 with Suhosin-Patch mod_wsgi/3.3 Python/2.7.2 Server at clontarf.girlsacademy.com.au Port 80" Please help me to solve it. Link to comment https://forums.phpfreaks.com/topic/271807-php-error-the-requested-url-was-not-found-on-this-server/ Share on other sites More sharing options...
Christian F. Posted December 10, 2012 Share Posted December 10, 2012 That's not a PHP errors, that's a standard HTTP 404 Not Found. The file doesn't exist at the address specified. Check the name and path on the server, and make sure you've written it correctly. Link to comment https://forums.phpfreaks.com/topic/271807-php-error-the-requested-url-was-not-found-on-this-server/#findComment-1398489 Share on other sites More sharing options...
champion Posted December 10, 2012 Author Share Posted December 10, 2012 Thanks Christian F. How can I check the name and path on the server? Is it .htaccess file or what file? Link to comment https://forums.phpfreaks.com/topic/271807-php-error-the-requested-url-was-not-found-on-this-server/#findComment-1398536 Share on other sites More sharing options...
MDCode Posted December 10, 2012 Share Posted December 10, 2012 The name and path is the URL Link to comment https://forums.phpfreaks.com/topic/271807-php-error-the-requested-url-was-not-found-on-this-server/#findComment-1398542 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.