.htaccess /changing permissions in dreamweaver
-
i’v searched/troubleshooted for hours and cannot seem to make this work.
I’m trying to set up a custom permalink structure and it keeps telling me:
“If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.”
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I have edited the htaccess to include that code.
I have re-uploaded it to my server.
I have set the permissions in dreamweaver (remote files window)Does anyone know what I’m doing wrong? Thanks.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘.htaccess /changing permissions in dreamweaver’ is closed to new replies.