Results 1 to 3 of 3

Thread: Looking for help with URL rewriting in Vantage

  1. #1
    Thread Starter
    Expired Customer proxan's Avatar
    Join Date
    Mar 2013
    Location
    France
    Posts
    11
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Looking for help with URL rewriting in Vantage

    Hi,
    I have not been able to do this by myself so I thought someone could help me
    The search results URL in vantage looks this way :
    http://www.website.com/?ls=What&location=Where

    I would like to diplay them as
    http://www.website.com/What/Where

    I have not been successful with the permalinks in wordpress, so I thought I would give a try to the htaccess file and ended up with this :
    Code:
    RewriteEngine On
    RewriteRule ^(.+)/(.+)$ ?ls=$1&location=$2&rewriting [L]
    RewriteCond %{QUERY_STRING} ^ls=([^&]+)&location=([^&]+)$ [NC]
    RewriteRule ^$ /%1/%2 [R=301,L,NC]
    unfortunately it doesn't work well.
    is there anyone who can help me ?

  2. #2
    luxor's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    599
    Thanks
    8
    Thanked 141 Times in 74 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Expired Customer proxan's Avatar
    Join Date
    Mar 2013
    Location
    France
    Posts
    11
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Vantage 1.1 I delete image in header but still show the old logo of Vantage
    By TheSyndicate in forum Vantage General Discussion (Legacy)
    Replies: 17
    Last Post: February 11th, 2013, 11:11 AM
  2. [SOLVED] Stable Vantage Over Night Vantage in FTP just replace all?
    By TheSyndicate in forum Vantage General Discussion (Legacy)
    Replies: 8
    Last Post: October 8th, 2012, 11:40 PM
  3. How to remove Vantage name and logo from Vantage theme
    By digitalark in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: July 19th, 2012, 02:15 PM
  4. [SOLVED] Custom Form Error when changing from Vantage Alpha to Vantage 1.0
    By nanami7 in forum Report Vantage Bugs (Legacy)
    Replies: 3
    Last Post: May 8th, 2012, 05:31 PM