Htaccess File

Valoseg/wp_landing/master/.htaccess

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

# END WordPress
Exit mobile version