Forums

[resolved] jump to different URL (3 posts)

  1. kmaier
    Member
    Posted 3 years ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 3 years ago #

  3. kmaier
    Member
    Posted 3 years ago #

    perfect thanks!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.