Options -Indexes

RewriteEngine on

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond $1 !^(index\.php|faveicon\.png|admin|beta|alpha|images|_ajax-journal\.php|_ajax-work\.php|search-white\.png|favicon\.png|jquery|jssor|video|userfiles|filemanager|admin|img|assets|webroot|image|themes|files|styles|scripts|css|fonts|js|libs|lib/securimage|lib|phpbiasa\.php|verification\.php)

#RewriteRule ^(.*)$ /index.php?/$1 [L] 

RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.*)$ /index.php?q=$1 [QSA]

# php -- BEGIN cPanel-generated handler, do not edit
# This domain inherits the “PHP” package.
# php -- END cPanel-generated handler, do not edit
