File does not exist...
Posted by: EnoWam (---.bb.online.no)
Date: December 18, 2007 12:05AM

Hi you,

I have just inatalled WAMPSERVER 2.0 on my Cumpuuters (XP SP2 og Vista)
The server is running, but not "all" is well.
Haviing several looks at the error list dealing with the Appache server, the log says all the way - about 3 - 4 minutes in between - the very same messages:
[ERROR] File does not exist: C:/wamp/www/HNAP1.
A few times is the error message:
[ERROR] Filw does not exist: C:/wamp/www/Singa (Singa is a file name in the directory www.),
and several other times:
[ERROR] Filw does not exist: C:/wamp/www/TEADevInfo.

Anyone who can help solving the error questions, Which files is missing, I can't figure out.........?
Document root: C:/wamp/www.

Thanks,

Eno

Options: ReplyQuote
Re: File does not exist...
Posted by: yfastud (Moderator)
Date: December 18, 2007 02:00AM

Quote

[ERROR] File does not exist: C:/wamp/www/HNAP1.
A few times is the error message:
[ERROR] Filw does not exist: C:/wamp/www/Singa (Singa is a file name in the directory www.),
and several other times:
[ERROR] Filw does not exist: C:/wamp/www/TEADevInfo.

Except only 1 file index.php, everything else in c:/wamp/www is your owns, so if you don't have them there, you will have that error message when trying to access them. For example, to install and run Joomla, you should create a new folder c:/wamp/www/Joomla and extract all files in this folder to install it, instead installing Joomla in c:/wamp/www

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: File does not exist...
Posted by: EnoWam (---.bb.online.no)
Date: December 18, 2007 09:50AM

yfastud Wrote:
-------------------------------------------------------
> Except only 1 file index.php, everything else in
> c:/wamp/www is your owns, so if you don't have
> them there, you will have that error message when
> trying to access them. For example, to install and
> run Joomla, you should create a new folder
> c:/wamp/www/Joomla and extract all files in this
> folder to install it, instead installing Joomla in
> c:/wamp/www

Yes, my owns - I know, but without a "welcome file" there to quide visitors from outside, how......??
With document root c:wamp/www and a folder there "MyWebSite" - how do visitors from Internet (with the web server's web address) come to my web site and not to the WampServer Configuration page - and I get to to the Configuration page from the main menu 'Localhost' ...?

Thanks,
Eno

Options: ReplyQuote
Re: File does not exist...
Posted by: yfastud (Moderator)
Date: December 18, 2007 06:59PM

You need to setup VH to reroute your visitors to certain pages

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: File does not exist...
Posted by: EnoWam (---.bb.online.no)
Date: December 19, 2007 03:13AM

Qoute:
-------------------------------------------------------
> You need to setup VH to reroute your visitors to
> certain pages

Thank you for your answer! Yes, VH rerouting sounds fine, but here I need somen help....!!
I am not so good in VH programming yet, so if anyone can give me a 'helping hand' to start - I'll be very glad!

Eno

Options: ReplyQuote
Re: File does not exist...
Posted by: yfastud (Moderator)
Date: December 19, 2007 03:17AM

Open file httpd.conf in C:\wamp\bin\apache\apache2.2.6\conf and find these lines:

# Virtual hosts
#Include conf/extra/httpd-vhosts.conf

Uncomment the second line to become:

# Virtual hosts
Include conf/extra/httpd-vhosts.conf

Then open httpd-vhosts.conf in C:\wamp\bin\apache\apache2.2.6\conf\extra and replace those 2 dummy vh as follows:

<VirtualHost *:80>
ServerName www.your_domain.com
DocumentRoot c:/wamp/www/your_domain
</VirtualHost>

<VirtualHost *:80>
ServerName localhost
DocumentRoot c:/wamp/www
</VirtualHost>


Make sure to have folder your_domain in c:/wamp/www and put all your files in there, then restart your wamp to take effect.

When visitors type in your web ip, they will go to the first vh which locates in c:/wamp/www/your_domain

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides



Edited 2 time(s). Last edit at 12/19/2007 03:22AM by yfastud.

Options: ReplyQuote
Re: File does not exist...
Posted by: EnoWam (---.bb.online.no)
Date: December 20, 2007 02:44PM

VH are set up, but now when trying to access localhost and my_domain - the message is "Forbidden.
You don't have permission to access / on this server.
I've tried several solutions, but no help. There is a .htaccess file in my_domain section, but placed to controle after the welcome page....... (and this isn't changed now).
What am I doing wrong......??

Thanks,
Eno

Options: ReplyQuote
Re: File does not exist...
Posted by: yfastud (Moderator)
Date: December 20, 2007 03:10PM

Firstly, you have to put your server in online mode through wamp tray icon

Second, when accessing w/ your web ip, it will go straight to that my_domain folder which has .htaccess, and it won't control after the welcome page but control the whole folder, so just rename that file to check if it works

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: File does not exist...
Posted by: EnoWam (---.bb.online.no)
Date: December 21, 2007 10:28AM

Solution............?!
The 'Forbidden' message is gone and I'm in. Wamp is running OK, but using VH didn't help on the 'File does not exist' errors in the log....
After some research I've located the origin to come from another software on my computers. It's 'Network Magic' that is checking and searching for certain files - as far as I can see.
Making a folder with the name in question - on the 'right' place, has stopped the error messages.

Eno

Options: ReplyQuote
Re: File does not exist...
Posted by: yfastud (Moderator)
Date: December 21, 2007 01:52PM

Again, if 'File does not exist' shown the path in www folder mean that's your own files, and you have to check your scripts, nothing wrong w/ wamp or vh, and might be nobody can help you w/ that

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: File does not exist...
Posted by: EnoWam (---.bb.online.no)
Date: December 21, 2007 05:11PM

Sorry, but my English is perhaps to blame... In my last writings I ment to tell you that I have the solution - as I can se it today. --- And that it was 'Network Magic' that caused the error messages - in wamp error log - telling about 'not existing files'.
But why Network Magic is searching for these files I don't know yet.
Anyway, my test making fake files (HNAP1 and TEADevInfo) in www gives no more error logs.

Wamp is great!

Best Regards,

Eno

Options: ReplyQuote
Re: File does not exist...
Posted by: yfastud (Moderator)
Date: December 21, 2007 08:38PM


Options: ReplyQuote
Re: Can I put my html file online
Posted by: shah_kunjan (203.77.202.---)
Date: August 11, 2010 06:39AM

Hello everyone...

I am new to wamp server..

I have html file and I want to put it online. So can I put it online using wamp server only??

Or is it compulsory to use software like adobe dream weaver, joomla or something else?????

If I just rename my html file by index.php. Can I replace this index.php with original index.php? And can I access this world wide????

If it is possible then pls tell me how? What to do?

Thanks in advace.

Kunjan

Options: ReplyQuote
Re: File does not exist...
Posted by: yfastud (Moderator)
Date: August 11, 2010 04:42PM

To setup website w/ Wamp, follow this
[blog.jlbn.net]

You need to setup Access, DNS, and VH; Access for permission to connect to your Wamp PC, DNS to tie domain(s) to your Wamp PC, and VH to host multiple domains/websites and even you have only 1 domain/IP, you should use VH to set it up w/ the site you want to show up first on top and localhost on bottom and others in middle if having more than 1 site; if dont have real domain, just skip DNS guide

To setup Access, follow this
[blog.jlbn.net]

To setup VH, follow this
[blog.jlbn.net]

To setup DNS, follow this
[blog.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.