����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 3.138.36.125 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) : /lib64/udisks2/../../home/mhmsfzcs/highlandbnd.com-old/builder_CI/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
# <IfModule mod_rewrite.c> # RewriteEngine On # RewriteBase / # # Redirect Trailing Slashes... # RewriteCond %{REQUEST_FILENAME} !-d # RewriteRule ^(.*)/$ /$1 [L,R=301] # # Ensure Authorization header is passed along # RewriteCond %{HTTP:Authorization} . # RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # # Remove index.php from URL # RewriteCond %{REQUEST_URI} ^system.* # RewriteRule ^(.*)$ /index.php?/$1 [L] # RewriteCond %{REQUEST_URI} ^application.* # RewriteRule ^(.*)$ /index.php?/$1 [L] # RewriteCond %{REQUEST_FILENAME} !-f # RewriteCond %{REQUEST_FILENAME} !-d # RewriteRule ^(.*)$ index.php?/$1 [L] # </IfModule> # <IfModule !mod_rewrite.c> # # If we don't have mod_rewrite installed, all 404's # # can be sent to index.php, and everything works as normal. # # Submitted by: ElliotHaughin # ErrorDocument 404 /index.php # </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /builder_CI/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>