I have an url with the following format: domain/product.php?name=product a
Now I need to rewrite this to:
domain/product a(including the space in the word) like:
http://www.directline-holidays.co.uk/Costa Blanca
How do I do this? The closest result I got so far is the following:
domain/p/product-a
. Htaccess de aşağıdaki kodu
RewriteEngine On
RewriteRule ^p/([^/]*)/$ destination.php?name=$1
"-" Ben bile olmadan adını kullanmak değil, ben bu veritabanında olduğu gibi ürün adı gerekir. Lütfen yardım edin. Şimdiden çok teşekkürler.