error writing htaccess
Posted: Wed Jan 14, 2009 5:49 pm
Recently installed s9y on a server I have never used before. The installation was 1.3.x initially, then upgraded to 1.4 as soon as that version was released.
Getting this error when saving configuration:
The .htaccess file does get written and saved..... and it looks perfectly normal, with one exception:
Also, the first rewrite rule (mod_rewrite) is:
So, what's the likely cause of the fopen() error? Permissions?
And why the differences in the htaccess file?
Getting this error when saving configuration:
Code: Select all
Attempting to write /myabsolutepath/.htaccess file...
Warning: fclose(): supplied argument is not a valid stream resource in /myabsolutepath/include/functions_installer.inc.php on line 819
DoneCode: Select all
#RewriteCond %{REQUEST_URI} !-UCode: Select all
RewriteRule ^serendipity_admin.php serendipity_admin.php [NC,L,QSA] So, what's the likely cause of the fopen() error? Permissions?
And why the differences in the htaccess file?