Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi,
I've installed EasyPHP 5.3.8.0 and ProjectOrRIA 1.9.1 on Windows Seven, I can access to ProjectOrRIA from my computer
but my collegues can't
whereas the firewall is disable and they can ping my computer.
http://localhost:8080/PRIA_19/view/main.php ok
http://mycomputer:8080/PRIA_19/view/main.php ko "The connection failed"
Any Idea?
Thank you
Best Regards
It may be due to yourµApache configuration.
You must update your https.conf file.
Something like :
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
should work.
You may find some help on the web about the subject. (Google is your friend 😉 )
Thank you Babynus
I added Listen 8080 and it works