����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 3.148.103.106 Web Server : LiteSpeed System : Linux emphasis.herosite.pro 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64 User : mhmsfzcs ( 1485) PHP Version : 8.1.31 Disable Function : show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /var/softaculous/mw19/../wp65/../s9y/../anchor/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase [[_relativeurl]] # Allow any files or directories that exist to be displayed directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Rewrite all other URLs to index.php/URL RewriteRule ^(.*)$ index.php?/$1 [L] #Rewrite anchor directories to index.php/URL even though they exist. #Don't rewrite files so that we can still load CSS, etc (except .log files). RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_URI} !\.log$ RewriteRule .* - [S=5] RewriteRule ^(system(?:$|\/.*$)) index.php?/$1 [L] RewriteRule ^(anchor(?:$|\/.*$)) index.php?/$1 [L] RewriteRule ^(content(?:$|\/.*$)) index.php?/$1 [L] RewriteRule ^(themes(?:$|\/.*$)) index.php?/$1 [L] RewriteRule ^(vendor(?:$|\/.*$)) index.php?/$1 [L] </IfModule> <IfModule !mod_rewrite.c> ErrorDocument 404 index.php </IfModule>