Viewing 3 replies - 1 through 3 (of 3 total)
  • Try RedirectMatch 301 /photos/(.*)$ https://mysite.com/

    Thread Starter snowcrash

    (@snowcrash)

    Hi

    thanks for the reply. Unfortunately it didn’t work.

    This is how I added it in the .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteBase /wp213/

    RedirectMatch /photos/(.*)$ https://localhost/wp213/

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wp213/index.php [L]
    </IfModule>

    # END WordPress

    localhost wont work.

    localhost is different for everyone — its THEIR machine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘redirect folder to homepage’ is closed to new replies.