Permalinks Not Working (AGAIN with the permalinks!!!)
-
I am helping a friend with a website. It is at https://mcneice.com/941grizzly/ but I want the final site to be at https://www.941grizzly.com.
Post name Permalinks are not working, though when I change to Default, etc. they work.
I changed the .htaccess to the recommended below. That caused the links to to to this site https://www.mcneice.com
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Permalinks Not Working (AGAIN with the permalinks!!!)’ is closed to new replies.