hi ,i am trying to configure stikked on centos 7 , captcha is not showing , if i try to create a post i simple get error
ip/view/7651105a was not found on this server.
i copied .htaccess content from the github.i am not sure if setting are correct or not.
RewriteEngine on
hi ,i am trying to configure stikked on centos 7 , captcha is not showing , if i try to create a post i simple get error ip/view/7651105a was not found on this server. i copied .htaccess content from the github.i am not sure if setting are correct or not. RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index.php|.well-known|static|favicon.ico|robots.txt|sitemap.xml|google(.+).html) RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
basic auth for PHP with fastcgi
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
SetOutputFilter DEFLATE FileETag MTime Size
<IfModule !mod_rewrite> ErrorDocument 404 /index.php
AuthType Basic
AuthName "Backend"
AuthUserFile /path/to/.htpasswd #create one with htpasswd -c .htpasswd username
Require user username
AddHandler php5-fastcgi .php .php5 .php
can anyone help?