Sid Gifari File Manager
🏠 Root
/
home1
/
immorth6
/
public_html
/
acesolutionsksa
/
Editing: .htaccess.phpupgrader.initial
# BEGIN HTTPS Forced Redirect # The directives (lines) between "BEGIN HTTPS Forced Redirect" and # "END HTTPS Forced Redirect" are dynamically generated, and should # only be modified via the filters. Any changes to the directives between # these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule> # END HTTPS Forced Redirect # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. # END WordPress # START: All in One SEO Sitemap Rewrite Rules # Do not make edits to these rules! <IfModule mod_rewrite.c> RewriteEngine On RewriteRule sitemap(|[0-9]+)\.xml$ /index.php [L] RewriteRule (default|video)\.xsl /index.php [L] </IfModule> # END: All in One SEO Sitemap Rewrite Rules
Save
Cancel