Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

404 on /install page after installing php7.0-curl #4

Closed
bykidi opened this issue Sep 11, 2016 · 6 comments
Closed

404 on /install page after installing php7.0-curl #4

bykidi opened this issue Sep 11, 2016 · 6 comments

Comments

@bykidi
Copy link
Contributor

bykidi commented Sep 11, 2016

before installing php7.0-curl
default

after installing php7.0-curl and php-curl i got 404 error redirecting to /install

php7.0-curl is already the newest version (7.0.10-2+deb.sury.org~xenial+1).

@bykidi
Copy link
Contributor Author

bykidi commented Sep 11, 2016

default

@rodber
Copy link
Owner

rodber commented Sep 11, 2016

Regardless of what php_info() says, the system detects the presence of cURL by checking if curl_exec exists in the global scope.

If the system can't use curl_exec is because is just not there.

@rodber rodber closed this as completed Sep 11, 2016
@bykidi
Copy link
Contributor Author

bykidi commented Sep 11, 2016

After entire php reinstall i only got error about missing mod_rewrite, but as soon as i do a2enmod rewrite i get same 404 on host.domain/install redirected from host.domain, doesn't matter if i got php7.0-curl installed or not

@rodber
Copy link
Owner

rodber commented Sep 11, 2016

I'm afraid that you will need to look further in your server setup and not because mod_rewrite is installed it means that it will work as expected. Mod rewrite often fails when you forgot to tune your Allow Override settings.

@bykidi
Copy link
Contributor Author

bykidi commented Sep 11, 2016

Fixed this by myself, solution was pretty easy
http://askubuntu.com/questions/421233/enabling-htaccess-file-to-rewrite-path-not-working
thanks for support anyway

@rodber
Copy link
Owner

rodber commented Sep 11, 2016

Yeah, it seems that I pointed you in the right direction every time.

Repository owner locked and limited conversation to collaborators Sep 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants