#This Apache config file was created by Duplicator Installer on 2019-01-11 05:56:01.
#The original can be found in archived file with the name htaccess.orig

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /demo/wprentals-pack/wprentals2/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /demo/wprentals-pack/wprentals2/index.php [L]
</IfModule>
# END WordPress