Jump to content

Strange Problem with folder not showing.


anonymous75178

Recommended Posts

I'm working with beanstalk SVN and tortoise.. basically the problem is the server isnt reading the specific "trunk" folder as you can see here http://www.davidsheeley.com/postedpics/trunkproblem.jpg any ideas on how I can get this folder to work?

 

I'm using WAMP.

Link to comment
https://forums.phpfreaks.com/topic/143143-strange-problem-with-folder-not-showing/
Share on other sites

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 [email protected]

    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/

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.