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
Configuration with wamp server 2 : Forbidden Error
Last edited by alokjain on Tue Mar 17, 2009 9:13 am, edited 1 time in total.
Check your HTTPD.CONF for WAMP, and make sure the pacsone alias is configured properly as the following:
where {PACSONE_INSTALL_DIR} is the directory where PacsOne Server is installed, e.g., "C:/Program Files/PacsOne/", etc.
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>