Am got problem with Alias
Posted by: zaki (---.68.eunet.yu)
Date: August 20, 2006 03:43PM

how to Add alias .NEW

and how to add Drectory NEW and way
--------------------------------------------------------------------------------------------------------------------
lias /sqlitemanager/ "c:/wamp/sqlitemanager/"

# to give access to sqlitemanager 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 "c:/wamp/sqlitemanager/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>

Options: ReplyQuote


Sorry, only registered users may post in this forum.