Welcome Guest, Not a member yet? Register   Sign In
Flashdata being set but can't be echoed
#5

[eluser]ChazUK[/eluser]
I have this in my htaccess file

Code:
RewriteEngine On
RewriteBase /

# this adds trailing slash
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ $1/ [R=301,L]

# this gets rid of index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1


Messages In This Thread
Flashdata being set but can't be echoed - by El Forum - 11-09-2009, 09:56 AM
Flashdata being set but can't be echoed - by El Forum - 11-09-2009, 02:03 PM
Flashdata being set but can't be echoed - by El Forum - 11-10-2009, 04:20 AM
Flashdata being set but can't be echoed - by El Forum - 11-10-2009, 04:51 AM
Flashdata being set but can't be echoed - by El Forum - 11-10-2009, 05:00 AM
Flashdata being set but can't be echoed - by El Forum - 11-10-2009, 05:05 AM
Flashdata being set but can't be echoed - by El Forum - 11-10-2009, 05:06 AM
Flashdata being set but can't be echoed - by El Forum - 11-10-2009, 06:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB