View Single Post
  #2  
Old 09-08-2006, 10:32 PM
xing xing is offline
LiteSpeed Staff
 
Join Date: Oct 2003
Location: Los Angeles, California
Posts: 380
I will answer the second part right now.

Code:
URI /admin.php
Location /home/usernamedirectory/public_html
should be:

Code:
URI /admin.php
Location /home/usernamedirectory/public_html/admin.php
Initially you have /admin.php the uri bound to the root www directory of your site which explains why you are getting the homepage. URI is the matching field and Location is the path of the content URI points to.
Reply With Quote