#RewriteEngine On

#RewriteBase /
#RewriteRule ^.*-n-(\d+)/$wp-door.php?n=$1&%{QUERY_STRING} [L]
#RewriteRule ^.*-p-(\d+)/$wp-door.php?p=$1&%{QUERY_STRING} [L]
#RewriteRule ^.*(sitemap\.xml)$wp-door.php?sitemap=xml [L,S=10000]
#Redirect 301 /shop /webshop

Redirect 301 /puike-login /wp-admin
# 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 /en/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /en/index.php [L]
</IfModule>

# END WordPress

# php -- BEGIN cPanel-generated handler, do not edit
# This domain inherits the “PHP” package.
# php -- END cPanel-generated handler, do not edit
