How to Create own alias on WAMP?
Posted by: girish_327 (59.95.25.---)
Date: August 06, 2009 09:56AM

Hello All,
I am newbie on WAMP I just downloaded WAMP previouly I am using EasyPHP.

I am trying to create a alias on wamp but its not working below are Apache Error Log

[Thu Aug 06 13:15:26 2009] [error] [client 127.0.0.1] File does not exist: D:/wamp/www/1phpmyadmin, referer: [localhost]

and this my code on Alias

Alias /admin "E:/Agnis_Designers/kolhapurproperty.com"

# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#

<Directory "E:/Agnis_Designers/kolhapurproperty.com">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

Girish Baraskar
Agnis Designers
[www.agnisdesigners.com]
[www.eindianpaintings.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.