Sopratutto
Member
Posted 2 years ago #
In my permalink setttings, if I change he tag base it returns a page titled "nothing found" when clicking on the tags in my tag cloud. If I leave the tag base blank, which defaults to /tag/, it works, but changing it to anything else doesn't.
What's going on here? I changed my category base and it worked just fine. I'm stumped.
Sopratutto
Member
Posted 2 years ago #
Also, I'd like to add that this is a fresh install via fantistico with no new plugins installed. I uploaded a theme, but I've gone back and activated the default theme and it still does the same thing.
Sopratutto
Member
Posted 2 years ago #
And finally, here is my .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>