another Permalink headache
-
I’ve read many, many posts but still can’t get postname URLs to work. Default in admin is to include blog DIR, like /blog/%postname%/
I’ve played around with htaccess with 644:
BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
END WordPressAlso changed $base in wp-config from / to /blog. My site is set as network so may be additional issues to consider.
Super awesome if someone has the magic steps or thoughts.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘another Permalink headache’ is closed to new replies.