• Resolved Kyrian

    (@oloccina)


    My site is installed in a subfolder mysite.com/2
    Simple redirects like
    /video, /blog
    do not work (/video gets loaded in this case while it should send to /blog), this is a plain redirect with NOT set as regex

    My site URL and address are correctly set as https://mysite.com/2 in WP settings

    I also added
    RewriteCond %{REQUEST_URI} !^/2($|/)
    to the .htaccess of the site installed in the main directory

    but I still get the error

    If instead I set this as a regex redirect
    /video$,/blog

    then it works, but if I set it as
    ^/video$,/blog

    it does not anymore

    What am I missing here?

    Thanks!

    • This topic was modified 3 years, 3 months ago by Kyrian.
    • This topic was modified 3 years, 3 months ago by Kyrian.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Site on subfolder, redirects not working?’ is closed to new replies.