Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
var
/
softaculous
/
firefly
✏️
Editing: .htaccess
# Optional: force HTTPS: # <IfModule mod_rewrite.c> # RewriteEngine On # RewriteCond %{HTTPS} off # RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] # </IfModule> # To hide directory listing Options All -Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} !^/public [NC] RewriteRule (.*) [[softurl]]/public/$1 [L,R=301] </IfModule>
💾 Save Changes
❌ Cancel