Good morning....

I am writing code for a secure area of my site at the following address....

http://www.bvesa.org/Admin/

If you happen to type the address without the trailing backslash, and proceed 
with the login, the site is returned to....

http://bvesa.org/Admin/

and makes it look like you haven't logged in however with teh proper format, it 
takes you to the home page instead of the login page.

My httpd.conf file shows the server set up as follows:

# VirtualHost bvesa.org
<VirtualHost 70.96.191.74>
        DocumentRoot /home/wwwroot/bvesa
        ServerName bvesa.org
        ServerAlias www.bvesa.org
        ServerAlias ftp.bvesa.org
        ServerSignature email
        ErrorLog logs/error/bvesa-error_log
        TransferLog logs/access/bvesa-access_log
        AgentLog logs/agent/bvesa-agent_log
        DirectoryIndex index.php index.htm index.html index.cfm
        
        <Directory "/home/wwwroot/bvesa/">
                AllowOverride All
        </Directory>

</VirtualHost>

This is probably so simple and I am overlooking something.

ANY expeditious help on this would be greatly appreciated.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218540
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to