Current Path : /var/www/html/birthday/ |
Current File : /var/www/html/birthday/.htaccess |
#This Apache config file was created by Duplicator Installer on 2022-10-09 19:35:18. #The original can be found in archived file with the name .htaccess__[HASH] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /birthday/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /birthday/index.php [L] </IfModule> # END WordPress