Hello Everyone.
I want to include the location name in my links whilst using the location id to select
http://www.spanishpropertymagazine.c...n/6359492.html
http://www.spanishpropertymagazine.com/http://www.spanishpropertymagazine.com/location/6359492.html
I currently have this:
I tried thisPHP Code:#Rewrite page location
RewriteRule ^location/([0-9]+).html$ /?get_action=location&location_id=$1 [L]
But "no funciona", as they say in Spain.PHP Code:#Rewrite page location
RewriteRule ^location/([0-9]+)_([A-Za-z_]+).html$ /?get_action=location&location_id=$1 [L]








Bookmarks