I've changed my URL structure but the links redirect to the old ones and I have no idea why.
This is my htaccess (which is haven't touched)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Anyone know what the problem is? I do have a redirection plugin but I haven't done anything with it to redirect my new URLs.












LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks