RedirectMatch 404 \.git RedirectMatch 404 \.gitignore RedirectMatch 404 package-lock.json RedirectMatch 404 package.json RedirectMatch 404 wp-config.bk.php # BEGIN WordPress RewriteEngine On RewriteBase /liberal/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /liberal/index.php [L] # END WordPress