how to edit "alias" and "directory" in httpd.conf in Wampserver 2.4?
Linux, Apache, MySQL, PHP
1
Posts
1
Posters
2
Views
1
Watching
-
Hi friends : when I change alias and directoy in httpd.conf file in wampserver 2.4 as below and restart all services its Icon become yellow ! :( what should I do? thanks.
Alias /myText/ "C:/myText/"
Alias /myText "C:/myText"<Directory "C:/myText/">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>