Tagged Questions

3
votes
7answers
8k views

How to create friendly URL in php?

normally, the practice or very old way of displaying some profile page is like this: www.domain.com/profile.php?u=12345 where u=12345 is the user id. recent years, I found some website, their url ...
0
votes
1answer
40 views

Friendly url when clicking news headline

For last 4 days I´ve been trying to make a friendly url using .htaccess (mod_rewrite) I have a some news on frontpage and link redirects to the full article on news_id.php So ...
0
votes
1answer
114 views

contao CMS - i dont understand link system

I have a problem because I dont't understand system of links in contao (http://demo.contao.org/) but not only in this CMS, Can you help me? So: We ALWAYS have link as: ...
0
votes
4answers
285 views

How to create dynamic/friendly URLs using PHP?

Can anyone explain how to create friendly URLs? I mean URLs like http://store.steampowered.com/app/22600/ that doesn't have any pages like index.php visible. Any help is appreciated. Thanks.