Forum Replies Created

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

    (@muaddib77)

    Hi,

    Thanks for kind help. I tried to modify .htaccess file and wrote this syntax. I can’t find where did i wrong. .htaccess does not seem to work.

    Regards,
    ——————————-

    Options +FollowSymlinks
    RewriteEngine On
    RewriteCond %{QUERY_STRING} myvar1=(.*)
    RewriteCond %{QUERY_STRING} myvar2=(.*)
    RewriteCond %{QUERY_STRING} myvar3=(.*)
    RewriteRule ^index.php?module=contact(.*) /contact/%1/%2/%3 [QSA]
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 1 replies (of 1 total)