Jump to content

Object not Found. .Requested URL... Error 404. Think server issue by googling


scrtmtl

Recommended Posts

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.