Hello Mariano: You wrote:
----- Original Message ----- From: "Mariano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 5:33 AM Subject: Help with Apache I have the following simple problem with apache runnign under w2k. I have a directory under c:\program files\apache\htdocs\ called shop. the thing is when i point to http://myserver/shop i get 404, but if i try http://myserver/shop/ it works ok. what shou i do to make the first way work. thanks in advance mariano ------------------------------ In case nobody else tells you this, there may be a similar issue with Tomcat, so you might want to check the Tomcat FAQ too, but why you would be storing webapps under htdocs is beyond me. So I'm assuming you should start looking for problems in your Apache configuration. ** Note that this mailing list is _not_ an Apache mailing list. ** In the Apache FAQ, http://httpd.apache.org/docs/misc/FAQ.html you will find the following answer: http://httpd.apache.org/docs/misc/FAQ.html#set-servername The config file mentioned is usually conf/httpd.conf. If you have trouble understanding this, you might ask for more information on an Apache mailing list. You can find Apache mailing lists (and the link to the FAQ) at http://httpd.apache.org/userslist.html Joel Rees -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
