Configuration with wamp server 2 : Forbidden Error

Trouble during PacsOne Server installations
Post Reply
alokjain
Posts:6
Joined:Thu Mar 05, 2009 6:32 am
Configuration with wamp server 2 : Forbidden Error

Post by alokjain » Tue Mar 17, 2009 8:38 am

Hello PacsOne,
I have configured wamp server2.then i installed and configured pacsOne Premium addition.when i go to to browse the url:
http://localhost/pacsone/home.php

Its giving Forbidden Error for pacsOne.

You don't have permission to access /pacsone/home.php on this server.


Please help me to configuration where i am doing mistake.

Thanks,
Alok Jain
Last edited by alokjain on Tue Mar 17, 2009 9:13 am, edited 1 time in total.

alokjain
Posts:6
Joined:Thu Mar 05, 2009 6:32 am

Post by alokjain » Tue Mar 17, 2009 9:12 am

You don't have permission to access /pacsone/home.php on this server.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Tue Mar 17, 2009 4:16 pm

Check your HTTPD.CONF for WAMP, and make sure the pacsone alias is configured properly as the following:

Code: Select all

Alias /pacsone "{PACSONE_INSTALL_DIR}/php"
<Directory "{PACSONE_INSTALL_DIR}/php">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
where {PACSONE_INSTALL_DIR} is the directory where PacsOne Server is installed, e.g., "C:/Program Files/PacsOne/", etc.

Post Reply