gil00pita
6/18/2016 - 2:50 PM

Allow Wordpress Externally from another country

Allow Wordpress Externally from another country

<Files ~ "^wp-login.php">
Order deny,allow
Allow from all
# Allow from X.X.X.X
</Files>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
ErrorDocument 404 /error404/