LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   General (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=25)
-   -   Alias Problem... (http://www.litespeedtech.com/support/forum/showthread.php?t=2845)

yah00 04-08-2009 10:37 AM

Alias Problem...
 
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 04-08-2009 06:38 PM

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

yah00 04-08-2009 07:09 PM

Quote:

Originally Posted by mistwang (Post 14478)
you probably need to configure it with native configuration if you use LSWS configuration instead of httpd.conf. Just add a static context instead.

you lost me but I am using LSWS to manage vhosts.

mistwang 04-09-2009 05:54 PM

http://www.litespeedtech.com/docs/webserver/config/context/#generalContext


txitcs 04-14-2009 10:36 AM

Quote:

Originally Posted by mistwang (Post 14502)

Is there an example of this somewhere? I've looked at that page and I'm still not sure how to do it.

mistwang 04-14-2009 12:34 PM

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.


All times are GMT -7. The time now is 10:06 AM.