Welcome Guest, Not a member yet? Register   Sign In
Solution for Forced URL Suffix, and enabled query strings without disrupting the Segment URL's
#5

[eluser]James V[/eluser]
For users interested in forcing a suffix, make a small change in the .htaccess file.

Example, to get www.mysite.com/blog.html I changed the following .htaccess line
Code:
RewriteRule ^(.*)$ index.php?/$1 [L]
to
Code:
RewriteRule ^(.*)\.html$ index.php?/$1 [L]


Messages In This Thread
Solution for Forced URL Suffix, and enabled query strings without disrupting the Segment URL's - by El Forum - 02-28-2010, 04:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB