Pretty Permalinks don't work-tried everything
-
Hi,
I’ve tried all recommended steps from the codex: https://codex.www.ads-software.com/Using_Permalinks#Where.27s_my_.htaccess_file.3FStill can’t change permalinks to ‘postname’ … always get an error: “The requested URL /about-us/ was not found on this server.”
Had the host server change permissions to allow the world to edit, but still won’t work
Theme is iThemes Builder, child theme, Dark. site: https://www.tropicmodel.comMy host server guy is not wordpress knowledgeable, although he is a developer, and I’m a designer, not a developer. I have to tell him exactly what to do. I do have FTP access. First thought the .htaccess file was in the wrong place, but it is located in the same directory as index.php… the .htaccess file has been written like so:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond?%{REQUEST_FILENAME}?!-f
RewriteCond?%{REQUEST_FILENAME}?!-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI’m going out of my mind. Please advise (with easy-to-understand directions). :- )
Thanks!
- The topic ‘Pretty Permalinks don't work-tried everything’ is closed to new replies.