Server : Apache System : Linux 122.228.205.92.host.secureserver.net 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64 User : ondostategov ( 1002) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/ondostategov/.trash/sita_training.1/ |
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
# php -- BEGIN cPanel-generated handler, do not edit
<IfModule fcgid_module>
<IfModule mime_module>
AddHandler fcgid-script .php .php8 .phtml
FcgidWrapper /usr/local/cpanel/cgi-sys/ea-php80 .php
FcgidWrapper /usr/local/cpanel/cgi-sys/ea-php80 .php8
FcgidWrapper /usr/local/cpanel/cgi-sys/ea-php80 .phtml
</IfModule>
</IfModule>
# php -- END cPanel-generated handler, do not edit
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
RewriteCond %{HTTP_HOST} ^app\.xtrem\.ng$ [OR]
RewriteCond %{HTTP_HOST} ^www\.app\.xtrem\.ng$
RewriteRule ^/?$ "https\:\/\/app\.xtrem\.ng\/" [R=301,L]