Current path: home/a1642gum/public_html/
β¬οΈ Go up: a1642gum
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^.*-(\d+)/.*.htm$ openbayl/index\.php?id=$1&%{QUERY_STRING} [L]
RewriteRule ^.*-p.htm$ openbayl/index\.php?cat=$1&%{QUERY_STRING} [L]
RewriteRule ^.*(catalog[a-z]+map\.xml)$ catalogmap/$1 [L]
RewriteRule ^.*(sitemap\.xml)$ catalogmap/$1 [L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteCond %{HTTP_HOST} ^saiconnections\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.saiconnections\.com$
RewriteRule ^my\-wish\-for\-you\-in\-2018\/$ "http\:\/\/saiconnections\.com\/mywishforyouin2018\/" [R=302,L]
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Header always set Content-Security-Policy "upgrade-insecure-requests;"
# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
php_value memory_limit -1
php_flag display_errors On
php_value max_execution_time 300
php_value max_input_time 60
php_value max_input_vars 1000
php_value post_max_size 516M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/nf-php74"
php_value upload_max_filesize 512M
php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
php_value memory_limit -1
php_flag display_errors On
php_value max_execution_time 300
php_value max_input_time 60
php_value max_input_vars 1000
php_value post_max_size 516M
php_value session.gc_maxlifetime 1440
php_value session.save_path "/var/cpanel/php/sessions/nf-php74"
php_value upload_max_filesize 512M
php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit
php_flag display_errors Off
php_value error_reporting 0
# php -- BEGIN cPanel-generated handler, do not edit
# Set the βnf-php74β package as the default βPHPβ programming language.
<IfModule mime_module>
AddHandler application/x-httpd-nf-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit