Urban Giraffe Support | Redirection
.htaccess not saving but full write permissions are set
I am using WP 2.9.1 and Redirect 2.1.25 on a Linux server. I have full write permission on the .htaccess file and I'm sure the path to .htaccess (/home/sites/mydomain.co.uk/public_html/.htaccess) is correct but whenever I try to edit the Apache module or add a rule to Apache group I get a message "SAVING HTACCESS" which stays on screen and nothing is changed in the .htaccess file.
Does anyone have any suggestions? Thanks.

Responses
Posted 4 months ago by Member
The problem is that the author has left in a die('SAVING HTACCESS') line.
Line 268 of models/htaccess.php should read:
// die('SAVING HTACCESS');
instead of:
die('SAVING HTACCESS');
Reply
You must log in to post.