Skip to content

Setup run tries to access path /setup/start, which doesn't exist. #672

Answered by lazertis
lazertis asked this question in Support
Discussion options

You must be logged in to vote

Hi, thanks for the quick answer!

Actually, rewrite is already enabled:

[root@gort conf.modules.d]# grep -i rewrite *
00-base.conf:LoadModule rewrite_module modules/mod_rewrite.so

[root@gort conf.modules.d]# httpd -M | grep rewrite
 rewrite_module (shared)

...but the failure is still on my side as I forgot to enable the directives in existing .htaccess:

		<Directory "/var/www/html/linkace/public/">
			AllowOverride All
		</Directory>

That did the job. Thanks anyway, you're rewrite hint pointed me into the right direction. :)

Greetings
Elmar

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lazertis
Comment options

Answer selected by Kovah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants