Permalinks: .htaccess not being written correctly
-
I’m trying to set up permalinks and WordPress is saying it’s completed everything correctly, but when I look at the .htaccess, I only see the following
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /reflections/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /reflections/index.php [L] </IfModule> # END WordPress
I deleted the .htaccess and WordPress recreated it, so it’s definitely able to write to the file… I’m completely lost at this point as I haven’t seen any issues like this in my searches.
Any ideas would be appreciated. Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Permalinks: .htaccess not being written correctly’ is closed to new replies.