Skip to content
Snippets Groups Projects
Commit 6697c9fa authored by Byurrrer's avatar Byurrrer
Browse files

added .htaccess

parent f4d630b0
No related branches found
No related tags found
No related merge requests found
Pipeline #316 failed
AddDefaultCharset utf-8
<IfModule mod_rewrite.c>
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
</IfModule>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment