HOME


Mini Shell 1.0
DIR: /var/www/limehill_LIVE/
Upload File :
Current File : /var/www/limehill_LIVE/.htaccess
# This file was updated by Duplicator on 2024-09-20 00:02:23.
# See the original_files_ folder for the original source_site_htaccess file.
# 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 /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
# BEGIN Simply Static
# The directives (lines) between "BEGIN Simply Static" and "END Simply Static" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<Files "/var/www/limehill/wp-content/uploads/simply-static/4d4c71f4e952fa584743f711b900e0fb-debug.txt">
require all denied
require host localhost
</Files>
# END Simply Static