scrtmtl Posted January 25, 2011 Share Posted January 25, 2011 Hi, Enviroment: Vista Home Premium being use as a development server. xampp ver 1.7.3 I am a newbie and xammp is running fine since hello world and demo runs. I see the calendar running as an end user for I can look at upcoming, day, week, month. But if I click on the update button, I get the error 404 message on url http://localhost/calendar/update.php . Have a feeling it is related to a simple usage setting and appreciate your help. More of a coder and hope I am posting in the correct area as apache or settings issue. Even if my checklist information looks good, please mention to narrow my troubleshooting. Or if u need more debugging inforamtion, please ask. tx http://localhost/calendar/update.php in firefox and I get This is the message I see in my firefox browser with above URL Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster. Error 404 localhost 24/01/2011 7:53:52 AM Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 [bResolving checklist after doing some googling research on information I belive might be relevant or important.[/b] My httpd.conf file content LoadModule rewrite_module modules/mod_rewrite.so (Note: Uncommented for no # symbol) ClearModuleList AddModule mod_rewrite.c uncommented (Note: they are not in my httpd.conf) In htpd.conf , this is what I am seeing DocumentRoot "C:/xampp/htdocs" <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory> in htaccessfile, this is what I am seeing: SetEnv APPLICATION_ENV development RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L] EOS; Rather than going about changing blindly, I thank you in advance for your guidance. Sorry for asking this question but I did google to get some ideas. Tx PS: Problem also pop up upon clicking the submit button after entering admin name and password in addevent.php Looks like administrative php routines since end-user php routines display web pages. Quote Link to comment https://forums.phpfreaks.com/topic/225589-object-not-found-requested-url-error-404-think-server-issue-by-googling/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.