Add Alias tag in conf/httpd.conf as given below:
Alias /webpath /full/filesystem/path
Alias /repo "Repository"
and then add directory tag for the above alias as given below:
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Alias /webpath /full/filesystem/path
Alias /repo "Repository"
and then add directory tag for the above alias as given below:
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
No comments:
Post a Comment