Welcome Guest, Not a member yet? Register   Sign In
.htaccess file not redirecting anymore. Possible reasons?
#1

[eluser]Bramme[/eluser]
Hello everybody

This weekend, I got an email from an unhappy client, letting me know that for over two months, they were no longer able to log in to their site or properly visit it, only the homepage was visible (thanks for letting me know now >.< )

So I did some digging and quickly noticed that my .htaccess file was no longer working. URL's visited with index.php/ attached worked fine.

I also had one controller, log.php, which went missing (it was simply gone from the application/controllers folder), though that was just a matter of restoring it from a backup.

Below is my .htaccess file, which I simply picked up here.

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|(.*)\.swf|uploadify|application|system|assets|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Anybody got a clue why it would stop working? The host swears that they didn't change anything, but I highly doubt it...


Messages In This Thread
.htaccess file not redirecting anymore. Possible reasons? - by El Forum - 08-25-2010, 01:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB