Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
The requested URL /domain/index.php/domain/site_admin/install/install/1 was not found on this server.
I have .htaccess with AddHandler x-httpd-php5-cgi .php
php5.ini with cgi.fix_pathinfo = 1
Offline
I struggled with same problem for hours. First at all, if your PHP loads as module and not via cgi/fastcgi, the cgi.pathinfo=1 settings is ignored.
My PHP loads as module, so was no any help.
My solution was the apache settings.
In apache vhost settings file (under /etc/apache2/sites-enabled/)
I included :
AcceptPathInfo On
before the '<Directory ....' settings
than restateted apache.
I don't know maybe this will help someone else too.
Offline
Hi, Thank you labi for your suggestion
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Pages: 1