Help In Mod Rewriting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help In Mod Rewriting

    My Link Is:

    *******************************************


    Pls Give .htaccess Code.....
    Last edited by metulj; 14.03.13, 07:17.

    #2
    Code:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule http://songcafe.net/Menu/(.*)/(.*)/(.*)/(.*)/$ /Menu.php?$1=$2&$3=$4
    See this online tool:
    http://coding-talk.com/f68/url-rewrite-tool-17787/

    I dont like (.*) but this is gonna do the job.
    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

    Comment

    Working...
    X