403 Forbidden tiki-install.php
When this error happens during the installation
403 Forbidden You don't have permission to access /tiki-install.php on this server.
In most cases it's not an error related to the files permissions.
Check your error logs before anything so that you can solve the specific problem as fast as possible.
In my case I got this error:
And solved by configuring the htaccess with:
When this error happens during the installation
403 Forbidden You don't have permission to access /tiki-install.php on this server.
In most cases it's not an error related to the files permissions.
Check your error logs before anything so that you can solve the specific problem as fast as possible.
In my case I got this error:
[rewrite:error] [pid 1964:tid 2044] [client ::1:11439] AH00670: Options FollowSymLinks and SymLinksIfOwnerMatch are both off, so the RewriteRule directive is also forbidden due to its similar ability to circumvent directory restrictions : tiki-install.php, referer: http://localhost/tikiwiki/tiki-install.php
And solved by configuring the htaccess with:
Options +FollowSymLinksIf you have installed tikiwiki in a subfolder also remember to change the rewritebase (ex. with tikiwiki):
RewriteBase /tikiwiki/
Comments
Post a Comment