php_flag expose_php off

# BEGIN WP Hide & Security Enhancer
<IfModule mod_rewrite.c> 
RewriteEngine On 
RewriteBase /ff2026/ 
#WriteCheckString:1771156470_55552
RewriteRule ^rewrite_test_1771156470_55552/? /ff2026/wp-content/plugins/wp-hide-security-enhancer/include/rewrite-confirm.php [L,QSA]
RewriteRule ^rewrite_test_static_file_1771156470_55552/? /ff2026/wp-content/plugins/wp-hide-security-enhancer/composer.json [L,QSA]

RewriteRule ^fahmytemplate/skin.css /ff2026/wp-content/themes/bighearts/style.css [L,QSA]

RewriteRule ^fahmytemplate-child/child-skin.css /ff2026/wp-content/themes/bighearts-child/style.css [L,QSA]

RewriteRule ^fahmytemplate-child/(.+) /ff2026/wp-content/themes/bighearts-child/$1 [L,QSA]

RewriteRule ^fahmytemplate/(.+) /ff2026/wp-content/themes/bighearts/$1 [L,QSA]

RewriteRule ^apps/(.+) /ff2026/wp-content/plugins/$1 [L,QSA]

RewriteRule ^my_includes/(.+) /ff2026/wp-includes/$1 [L,QSA]

RewriteRule ^xmlrpc.php - [R=404]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^license.txt /ff2026/index.php?wph-throw-404 [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^readme.html /ff2026/index.php?wph-throw-404 [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-activate.php /ff2026/index.php?wph-throw-404 [L]

RewriteRule ^bohuqab.php /ff2026/wp-comments-post.php [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-comments-post.php /ff2026/index.php?wph-throw-404 [L]

RewriteRule ^lafohoh/(.+) /ff2026/wp-content/$1 [L,QSA]
</IfModule> 

# END WP Hide & Security Enhancer
# BEGIN LSCACHE
# END LSCACHE
# BEGIN NON_LSCACHE
# END NON_LSCACHE

# 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.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /ff2026/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ff2026/index.php [L]
</IfModule>

# END WordPress

# Backup Migration START
  <IfModule mod_rewrite.c>

    RewriteEngine On
    RewriteRule .* - [E=noabort:1]
    RewriteRule .* - [E=noconntimeout:1]

  </IfModule>
  <IfModule mod_env>

    SetEnv noabort 1

  </IfModule>
# Backup Migration END
