Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Convert querystring with Fancy URLS
#4
That's right I'd forgotten

Then you'll need something like this:

RewriteRule ^venue/([A-Za-z0-9-\+]+)/?$ index.php?id=venue&vid=$1 [NC,L,QSA]

It allow you to link to something like /venue/Old-Punch-House but not /foo/Old-Punch-House...
Reply


Messages In This Thread
RE: Convert querystring with Fancy URLS - by Bigin - 2016-12-07, 17:23:09



Users browsing this thread: 1 Guest(s)