Posted by:
trixterj
(---.30.118.70.cfl.res.rr.com)
Man, I appreciate your help but I am really troubled. It seems so simple,
I have no idea whats wrong. I uninstalled everything and reinstalled WAMP
for a fresh install. I added it by hand first, it wouldn't run, I even closed and
restarted WAMP. I also reinstalled WAMP again, and used the ALIAS setting
which created the same files that I did by hand you told me to.
Im not concerned about where my document root is, I just want aliases to
work because thats where Ill be for the most part.
But here is all that I have.
First File
---------------------------------------------------------
httpd.conf
---------------------------------------------------------
DocumentRoot "C:/Server"
<Directory "C:/Server">
---------------------------------------------------------
Next File
---------------------------------------------------------
lostseed.conf
---------------------------------------------------------
Alias /lostseed/ "d:/lostseed/"
<Directory "d:/lostseed/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>
---------------------------------------------------------
I go to either:
[
127.0.0.1] or [
localhost]
and
Here is the Error I get
---------------------------------------------------------
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.0.55 (Win32) PHP/5.1.2 Server at 127.0.0.1 Port 80
---------------------------------------------------------
the localhost works, but alias's won't work, I have no clue what Im doing wrong
