Your IP : 3.14.133.134


Current Path : /var/www/html/seeds/
Upload File :
Current File : /var/www/html/seeds/.htaccess

#This Apache config file was created by Duplicator Installer on 2019-04-28 06:45:27.
#The original can be found in archived file with the name htaccess.orig

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