Jump to content

Strange Problem with folder not showing.


anonymous75178

Recommended Posts

Yea there is.. i deleted it and it showed up. However I'm still having an issue with WAMP..

 

I'n my hosts file I have

 

127.0.0.1 local.whatever.dev

 

which is located under 127.0.0.1 localhost

 

my vhost file looks like this:

 

<VirtualHost *:80>

    ServerAdmin webmaster@david.localhost

    DocumentRoot "C:/html/whatever/trunk/"

    ServerName local.whatever.dev

    ServerAlias www.whatever.localhost

    ErrorLog "logs/local.whatever.dev-error.log"

    CustomLog "logs/local.whatever.dev-access.log" common

 

    <Directory "C:/html/whatever/trunk/">

    Options Indexes FollowSymlinks

    AllowOverride all

    Order allow,deny

    Allow from all

    </Directory>

 

everytime i type local.whatever.dev it kicks me to the root instead of /whatever/trunk/

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.