Ahojte,
Je nejaká možnost ako nahradit súbor .htaccess?
WEDOS nepodporuje kompletný zápis a potreboval by som to upraviť tak, aby stránka bola plne funkčná.
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
</IfModule>
<FilesMatch "\.(gitignore|htaccess|env|env-example)$">
Order Allow,Deny
Deny from all
</FilesMatch>
<IfModule mod_expires.c>
Header set cache-control: public
ExpiresActive on
ExpiresByType font/ttf "access plus 1 month"
ExpiresByType font/woff "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
</IfModule>
<IfModule mod_deflate.c>
<FilesMatch "\.(ttf|otf|eot|svg)$" >
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
Options All -Indexes
Wedos mi nechce povoliť
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
Options All -Indexes
Je nejaká možnosť to nahradiť? alebo zapísať inak?
Ak mi niekto pomože, tak sa odmením.
Vopred dakujem.