Still have Wampserver page...
Posted by: Suzanna (---.direct-adsl.nl)
Date: July 29, 2009 12:38PM

I think it's a small thing, but I can't find what to do.

Magento is working properly now on www.mywebsite.nl/magento, but I allready have a website running on www.mywebsite.nl/index.html and it's now taken over by the standard Wampserver page.

I want magento running beneath my index.html, so I have on index.html a link to my magento webshop and after clicking on it, you will go to www.mywebsite.nl/magento.

Do I have to change anything in the hosts-file in C:\WINDOWS\system32\drivers\etc ?
It's now: 127.0.0.1 www.mywebsite.nl

Or in the httpd-vhosts file in C:\wamp\bin\apache\Apache2.2.11\conf\extra ?
It's now:

<VirtualHost *:80>
ServerAdmin contact@mywebsite.nl

DocumentRoot "D:\Data\Datas_Websites\mywebsite\htdocs"
ServerName mywebsite.nl
ServerAlias www.mywebsite.nl

ErrorLog "D:\Data\Datas_Websites\mywebsite\logs\error.log"
CustomLog "D:\Data\Datas_Websites\mywebsite\logs\access.log" common
</VirtualHost>


I hope someone can help me?

Options: ReplyQuote
Re: Still have Wampserver page...
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: July 29, 2009 02:17PM

the index.php in the www folder is the main page that will be seen when u goto www.website.com

if you want a new page there just rename the index.php to wampmenu.php and build ur own page as index.php in the www fodler and place ur link on it


your link shud be

[www.website.com]



if you want a different url for ur shop then u need to use vhosts


liek

shop.website.com

or

www.myshopsite.com

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Still have Wampserver page...
Posted by: yfastud (Moderator)
Date: July 29, 2009 02:23PM


Options: ReplyQuote


Sorry, only registered users may post in this forum.