Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2014-01-31 20:55:44

Darwin Grijalva
Member
Registered: 2014-01-31
Posts: 1

Install Error 404 not found

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




https://groups.google.com/forum/#!topic … CVWYs49j_U

Offline

#2 2016-07-28 19:48:40

labi
Member
Registered: 2016-07-28
Posts: 1

Re: Install Error 404 not found

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

#3 2016-08-04 12:47:21

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Install Error 404 not found

Hi, Thank you labi for your suggestion smile


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer