Tagged Questions
8
votes
11answers
4k views
URL Routing: Handling Spaces and Illegal Characters When Creating Friendly URLs
I've seen a lot of discussion on URL Routing, and LOTS of great suggestions... but in the real world, one thing I haven't seen discussed are:
Creating Friendly URLs with Spaces and illegal ...
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
53 views
How can I make my urls friendly from this example?
My site currently displays like this (when clicking on an ad):
hxxp://mysite.com/viewItem.php?id=10
I would LOVE for the urls to read:
...
0
votes
1answer
53 views
htaccess url shortening works locally not on server
I wonder if anyone can take a look at this htaccess and tell me why it should work on a localhost but not on server
Options +FollowSymlinks
RewriteEngine On
RewriteBase /subdirectory
RewriteCond ...
0
votes
1answer
118 views
friendly URL - two variables in the URL with htaccess
Can anybody please help me with some URL rewriting using .htaccess?
I would like to use this URL:
www.mydomain.com/page.php?var1=NY&var2=New York
And convert it to:
www.mydomain.com/page1/New ...
0
votes
1answer
112 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.
0
votes
2answers
62 views
which is better friendly url among the these?
hi i want to know which of the following urls is best to use among them:
http://www.website.com/index.php?i=123
http://www.website.com/i123/item-name/
http://www.website.com/item-name/i123/
...
-1
votes
1answer
73 views
SEO Friendly URLS [closed]
How do i convert the following url
mydomain/hindi/Actor/index.php?id=Shahrukh-Khan
to
mydomain/hindi/Actor/Shahrukh-Khan.html
and
mydomain/hindi/Actor/photos.php?id=Shahrukh-Khan&start=0
...