Welcome Guest, Not a member yet? Register   Sign In
How to keep url_suffix from automatically being appended to links?
#3

[eluser]Mirage[/eluser]
I would simply add .html to the requests that need it and address this either in .htaccess or with a with a route.

.htaccess:
In .htaccess if the extension is .html and rewrite to the the stripped version

or

routes.php:
$routes[(my/specific/redirect/link).html]=$1; // or fancier...

Cheers,
-m


Messages In This Thread
How to keep url_suffix from automatically being appended to links? - by El Forum - 09-08-2008, 03:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB