Alias act as root?
Posted by: trixterj (---.30.118.70.cfl.res.rr.com)
Date: July 07, 2006 07:19PM

I setup an alias and nothing works right.

Is there a way to make an alias act as root?
Too much work to make it work on WAMP, ie:

I link to /mission/index.php from [localhost]

it goes to [localhost] and gets rid of /lostseed/
yeah it makes sense, but is there anyway around this? It really screws up
my entire projects I wanted to setup.



Post Edited (07-07-06 19:19)

Options: ReplyQuote
Re: Alias act as root?
Posted by: CyberSpatium (67.170.181.---)
Date: July 08, 2006 01:44AM

Alias /mission/ "c:/wamp/lostseed/mission/"

<Directory "c:/wamp/lostseed/mission/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

[localhost]

Options: ReplyQuote
Re: Alias act as root?
Posted by: trixterj (---.30.118.70.cfl.res.rr.com)
Date: July 08, 2006 05:49AM

--

Alias /lostseed/ "d:/lostseed/"

<Directory "d:/lostseed/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

[localhost]

--

this dont work sad smiley

Options: ReplyQuote
Re: Alias act as root?
Posted by: trixterj (---.30.118.70.cfl.res.rr.com)
Date: July 08, 2006 10:15AM

I think its only the config file that has to be changed, anything with .htaccess doesn't seem relevant (which I dont believe this is for)


Options: ReplyQuote


Sorry, only registered users may post in this forum.