Forum Moderators: phranque
I am new here. I need to solve one thing, but don't know how.
I want to create short domain name like this http://www.example.com/some_name/ . But I need to create it from something like this http://www.example.com/index.php?p=11 . In short: you got to this url http://www.example.com/some_name/, but really it is http://www.example.com/index.php?p=11. How to do it ? Searching or answer, but still don't get anything good.
I am not experienced much, so please help me.
you can do this with an internal rewrite.
for example if you are using an apache server you can do this with the mod_rewrite module.