![]() |
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. |
you probably need to configure it with native configuration if you use LSWS configuration instead of httpd.conf. Just add a static context instead.
|
Quote:
|
|
Quote:
|
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. |