• Resolved kmaier

    (@kmaier)


    I have a URL that needs to redirect to another within the same site, is there a simple way to do this?

    i have this setup for permalinks:

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

    is there a way to build off of it or something simpler?

    thanks for any help!

    kmaier

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jump to different URL’ is closed to new replies.