Wiki

Articles tagged with "url", sorted by date (updated)X
Displaying 1-10 of 10 result(s).

Inline views, write less

Updated 13 days ago by FirebreakerTips0 comments – viewed 1,427 times – ( +2 )
Sometimes writing views like

URL management for Websites with secure and nonsecure pages

Updated 8 months ago by qiangHow-tos5 comments – viewed 7,254 times – ( +14 )
In this article, I will describe how to manage URLs for a Website that has both secure and nonsecure content.
tags: URL

Hyphenation of routes in URL management

Updated 8 months ago by qiangHow-tos4 comments – viewed 6,888 times – ( +16 )
In this article, we introduce an approach that allows automatic hyphenation of the route part in URLs.
tags: URL

CSS, JS and image URL shortcut methods

Updated 11 months ago by jonahTutorials2 comments – viewed 13,636 times – ( +2 / -1 )
Below I have created an Html helper with methods to help me locate directories of my assets dynamically. Such assets may include CSS, JavaScript and images.
tags: URL

Using search engine and user friendly URLs

Updated 11 months ago by Yang HeTutorials6 comments – viewed 40,132 times – ( +18 )
The Definitive Guide introduces the fundamentals of managing URLs in a Yii application. In this tutorial, we introduce a practical technique that can quickly turn your application into using search-engine-friendly URLs.
tags: SEO, URL

How to ensure unicity to url

Updated about a year ago by marcovtwoutTips3 comments – viewed 8,364 times – ( +14 )
Many time for SEO porpouses is important that each page will have a unique address.
tags: SEO, unique, URL

How to hide index.php on nginx

Updated about a year ago by Darwin WenTutorials3 comments – viewed 21,425 times – ( +4 )
For a complete sample Nginx+PHP-FPM config, view this how-to: Nginx & PHP-FPM
tags: URL

Url: hide index.php

Updated about a year ago by HermansHow-tos13 comments – viewed 46,111 times – ( +18 )
Maybe it looks simple, but some time ago I need some time to find a solution of this case. I finally got it, and I want to share that I also experienced such cases. So that it can make reference.

I18n subdomains and url-rules

Updated 2 years ago by atrandafirTutorials5 comments – viewed 16,104 times – ( +7 )
This guide is for more or less advanced users. If you just started with Yii or didn't worked with any web-framework before, you may should come back later :-)
tags: i18n, URL

URL component access functions

Updated 2 years ago by Steve FriedlTips1 comment – viewed 7,985 times – ( +28 )
Many applications wish to obtain parts of the URL for the current page (the hostname, the query string, etc.), and the CHttpRequest class wraps various $_SERVER variables to break down the URL into its constituent parts.
tags: URL, request