Top "Clean-urls" questions

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.

Enable clean URL in Yii2

How can I enable clean urls in Yii2. I want to remove index.php and '?' from url parameters. …

yii2 clean-urls yii-url-manager
How to version REST URIs

What is the best way to version REST URIs? Currently we have a version # in the URI itself, ie. http://…

rest versioning clean-urls
Using slugs in codeigniter

I have heard of people using slugs for generating clean urls. I have no idea how it works. Currently i …

php codeigniter slug clean-urls
How do I turn off viewstate for good?

Coming from a PHP background I love using clean URLs to grab data from one service to another. However, on …

asp.net url viewstate clean-urls
Clean urls not working in Drupal 7

I just installed and started using Drupal 7, and I followed the instructions to turn on Clean Urls. I clicked "Run …

drupal-7 clean-urls
Passing multiple parameters in a hyperlink in yii2 with clean urls, Html::a() doesnt generate clean url

I am trying to generate a hyper link by the method mentioned in http://www.yiiframework.com/doc-2.0/guide-helper-html.html#…

yii2 clean-urls yii-url-manager
How to remove controller name from url making it clean in codeigniter

I have the following url.. http://localhost/ci/site_controller/home I want to remove site_controller controller from url …

php codeigniter mod-rewrite clean-urls
What is the best way to remove punctuation marks, symbols, diacritics, special characters?

I use these lines of code to remove all punctuation marks, symbols, etc as you can see them in the …

php preg-replace special-characters clean-urls
How does one encode and decode a string with Python for use in a URL?

I have a string like this: String A: [ 12234_1_Hello'World_34433_22acb_4554344_accCC44 ] I would like to encrypt String A to be …

python string hash urlencode clean-urls
how to remove url (/web/index.php) yii 2 and set route with parameter with clean url?

first question: i already remove index.php, but i want remove /web also. this is my .htaccess RewriteEngine on # If …

php .htaccess yii2 clean-urls yii-url-manager