Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 5

URI ROUTING

Example.com/news/article/my_article

Examples.com/model/method/parameter

Removing index.php

RewriteEngine On
Examples.com/index.
Examples.com/mo
RewriteCond
%{REQUEST_FILENAME}
!-f
del/method/param
php/model/method/p
RewriteCond
%{REQUEST_FILENAME} !-d
eter
arameter
RewriteRule ^(.*)$ index.php/$1 [L]

URL suffix

example.com/index.p
hp/products/view/sho
es

example.com/index.p
hp/
products/view/shoes.
html

You might also like