Questions tagged [clean-urls]

Semantic URLs (aka Clean URLs) are purely structural URLs that do not contain a query string and instead contain only the path of the resource.

Semantic URLs (aka Clean URLs) are purely structural URLs that do not contain a query string and instead contain only the path of the resource.

Related tag's:

391 questions
-1
votes
3 answers

Dynamic and Clean URL

So I'm build a site that has user profiles. what I want to do is grab from the database the users username and display it in the url, so something like this: example.com/profile/derrick in stead of showing (example.com/profile.php?id=123) I always…
Derrick
  • 9
  • 1
  • 4
-1
votes
3 answers

How to check if some string is combination of values from two separate columns i.e tables PHP MySql

I need the least expensive way to check if my url slug is formed from the values from two separate columns from two separate tables. I will use dummy example with stores and locations to make this more human readable. I have the following…
-1
votes
1 answer

Symfony rename parameters in ugly GET url

After submit a GET form, The app works fine but I have this ugly URL…
arno
  • 792
  • 14
  • 33
-1
votes
2 answers

Yii2 url config not working

I'm using yii2 and i want url to be this way: example: backend.dev/ads/browse/city/london My code is this(backend/config/main.php): 'urlManager' => [ 'enablePrettyUrl' => true, 'showScriptName' => false, 'rules' => [ …
MHF
  • 211
  • 2
  • 14
-1
votes
2 answers

Liferay 6 / jBoss is there an 'easy' way to have clean urls?

I am working with Coldfusion 9, running under jBoss/Liferay 6. All is well, I have developed quite a few portlets that I have made work around for (when I run into some issues that I could usually handle in a straight forward fashion). Overall…
Jakub
  • 20,418
  • 8
  • 65
  • 92
-1
votes
1 answer

How to structure hyperlinks when using Clean URL or Pretty URL

I've tried to search for the best way to handle links on a dynamic website when using "Clean" or "Pretty" URLs, but have not been able to find anything. I've found a LOT of information on how to use mod_rewrite and try_files, which I've implemented…
Chris S
  • 1
  • 1
-1
votes
1 answer

Cleaning up URL's for an existing Website

Quick question, is there a way to clean up URl's for an existing website? I mean lets say I have a existing link like this http://www.webawwards.com/website?id=320 but I want to make it http://www.webawwards.com/terna Is there a way I could clean…
TonyS
  • 17
  • 5
-1
votes
2 answers

Clean URL with htaccess and PHP

I've done the due diligence, spending hours poring through searches and stack QA. No dice. So I finally come here to request help. Apache HTTP Server PHP 5.3 I have dirty…
openyk
  • 65
  • 2
  • 9
-1
votes
2 answers

Cleaning a URL with PHP

I've been looking though google and stackflow for an answer for this and testing a few finds but I still can't get this working. All of these end my link at a space. For example www.website.com/movies/movie Where I'm trying to get it to read…
Joe Salmi
  • 79
  • 10
-1
votes
1 answer

How would you clean up URL from tracking query string variables?

I have some 1000s of URLs and the task is to count their occurrences and print top frequent. The problem occurs when single article has multiple URLs. Example…
Ankit Jain
  • 170
  • 4
-1
votes
2 answers

Want to rewrite URL through HTACCESS

I'm sure this has been asked in other forms, but I can't for the likes of me get this thing working after googling/trying for hours. I have a bunch of URLs like this: www.yoursite.com/pic_box.php?pic=$ What I want is that all URLs will only be…
-1
votes
1 answer

PHP Clean URLs not working as intended

I am trying to use a .htaccess file to change my URLs from xxx/table/change.php?id=1 to xxx/table/change/1 I have the following code in my .htaccess file, which is in the root folder of my web site. RewriteEngine On RewriteRule…
Amaerth
  • 178
  • 2
  • 13
-1
votes
1 answer

htaccess clean url for Joomla component

I give up. I have read through dozens of questions on here, even asked my own, I have tried numerous things, I just don't know what to do anymore. I need to create url's out of the following formats: (NSFW links, be…
Sherif
  • 269
  • 3
  • 9
  • 19
-2
votes
1 answer

How to add Get variable to a clean url in htaccess

I am creating a web page using php. Where i created a clean url by htaccess techoming.com/videos Now i want to add a get variable such as techoming.com/videos?cat=fun Please help me here
Faizan Amin
  • 398
  • 5
  • 16
-2
votes
1 answer

Need to rewrite question marks and equals signs in url

Rewritten my url. However I can still access rewritten urls with question marks and plus…
AJFMEDIA
  • 2,093
  • 6
  • 29
  • 52
1 2 3
26
27