2019-09-19 12:48:01 +00:00
|
|
|
Options -Indexes
|
|
|
|
Options -MultiViews -Indexes
|
|
|
|
|
2019-08-23 11:39:42 +00:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteBase /vasek/home/
|
|
|
|
|
2019-09-19 13:09:15 +00:00
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
2019-08-23 11:39:42 +00:00
|
|
|
RewriteCond %{REQUEST_FILENAME} !.css
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !.js
|
|
|
|
RewriteRule (.*) index.php?url=$1 [QSA,L]
|
|
|
|
|
|
|
|
RewriteCond %{HTTPS} off
|
2019-09-19 13:09:15 +00:00
|
|
|
RewriteCond %{REQUEST_FILENAME} !api.php
|
2019-09-19 12:48:01 +00:00
|
|
|
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
|
|
|
|
|
|
|
AddType application/x-httpd-php .php .phtml
|