Viewing 1 replies (of 1 total)
  • I’m not sure I understand what you’re looking for, but if you just want to make https://www.cavitieszine.com/wordpress inaccessible, you can put a 404 rewrite in your .htaccess.

    RewriteCond %{HTTP_HOST} ^(www.)?cavitieszine.com$ [NC]
    RewriteCond %{REQUEST_URI} ^/wordpress/(.*)$
    RewriteRule ^(.*)$ - [L,R=404]

    That should cause any attempts to access cavitieszine.com/wordpress to go to a 404 page.

Viewing 1 replies (of 1 total)
  • The topic ‘Make my blog hidden?’ is closed to new replies.