making web site root
Posted by: deluse (---.sip.sdf.bellsouth.net)
Date: September 30, 2007 11:17PM

I finally got my other issue's worked out but my addy is [bobndeb.no-ip.info] and my web is in magento folder when someone accesses my site they see the wamp page and have to click on the projects folder to get to home page is there a way so that when the goto
[bobndeb.no-ip.info] it auto goes to the projects folder.. i tried to edit the httpd.conf file to this
DocumentRoot “C:/wamp/www/magento”

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the “default” to be a very restrictive set of
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
allow from all
Satisfy all
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something’s not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory “C:/wamp/www/magento">

and when i do that though it goes back to this
[i159.photobucket.com]

i hope i explained what i want it to do properly

Options: ReplyQuote
Re: making web site root
Posted by: Kanon (---.ip.tiscali.nl)
Date: October 01, 2007 04:35PM

That looks like an error in the sources of the images... check whether they're correct corresponding to your new root. (so they don't link to the old root)

Options: ReplyQuote


Sorry, only registered users may post in this forum.