Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jalet

    (@jalet)

    Ok, i tried like this, but it still wont work 🙁

    RewriteEngine On
    RewriteRule ^site/hitta-studentskiva/([^/]*)$ /site/hitta-studentskiva/?eventID=$1 [L]
    
    <IfModule mod_rewrite.c>
    #
    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /site/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /site/index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 1 replies (of 1 total)