B
B
Blud732014-01-28 12:07:09
htaccess
Blud73, 2014-01-28 12:07:09

How to fix my htaccess file?

I have htaccess:

AddDefaultCharset utf-8



## php_flag display_errors on

## php_value error_reporting 7



Options +FollowSymLinks

RewriteEngine On



RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]

RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

RewriteRule !.(gif|jpg|png|ico|swf|txt|js|css|zip|htc|ttf)$ rw.php [L]

With these settings, I can not open the folder that I uploaded to the server.
Can you please tell me how to rewrite the file so that the piwik folder is accessible, everything else is hidden in the same way as it is now?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question