Click to See Complete Forum and Search --> : url rewrite asp


unholysnake
04-21-2008, 05:46 PM
hi all people

i want to learn how to show the URL without query string with parameters behind?
for example, i have a url :
hediyegoster.com/?name=sevgiliyehediye
how can show like this?
hediyegoster.com/sevgiliyehediye
__________________
Thanks for your Help
edit by admin: no commercial links permitted on the forum - thank you

yamaharuss
04-22-2008, 07:18 AM
You would need to have the ability to create a custom 404 page for your site. Your ISP would have to set that up.

unholysnake
04-25-2008, 07:16 PM
i will look for it

www.hediyegoster.com/?name=sevgiliyehediye
can show
www.hediyegoster.com/sevgiliyehediye

is that impossible with url rewrite, do i have to use component for this

yamaharuss
04-25-2008, 07:33 PM
You would need to have the ability to create a custom 404 page for your site. Your ISP would have to set that up.

kessa
04-28-2008, 11:22 AM
If you're using .asp then ideally you need to use ISAPI re-write... but the trouble is many hosts don't support it (I'm currently looking at moving host for this very reason)

If you use php then look for mod_write (I think - I'm not a php bod). If you're using php then you should be able to find loads of info about this with a quick Google.