Alias Problem...

yah00

New Member
#1
Under the Server General Tab I have the following in Apache Style Configurations:

Alias /phpMyAdmin /home/phpMyAdmin/
<Directory "/home/phpMyAdmin">
Options Indexes FollowSymLinks
DirectoryIndex index.php
Order allow,deny
Allow from all
</Directory>

Problem is, I keep getting 404's and I'm not sure what I'm doing wrong.
 

mistwang

LiteSpeed Staff
#2
you probably need to configure it with native configuration if you use LSWS configuration instead of httpd.conf. Just add a static context instead.
 

mistwang

LiteSpeed Staff
#6
Go to a vhost configuration, click context tab, add a context with type "General", set URI to "/phpMyAdmin/", location to "/home/phpMyAdmin/", save.
That's it.
 
Top