• Hi all,

    I’m using the Fullby free theme with WordPress 3.9.2. Great theme and I don’t know if it’s the theme, WordPress or htaccess or what but..

    When you visit a subdirectory with only one initial, like http://www.cheapwowgold.nl/a (this page doesn’t exist) it redirects to any page with an A in the beginning (for this instance it redirects to a post which begins with an A: http://www.cheapwowgold.nl/a-primer-on-how-wow-characters-can-make-weapons-and-armor/.

    I’ve done nothing special with the .htaccess and permalinks. Permalinks are on Post Name and the .htaccess file cointains this:

    # 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 WordPress

    Am I doing something wrong, is the theme doing it wrong or the host?

    Thanks in advance,
    Dylan

The topic ‘Weird redirection from initial to subdirectory’ is closed to new replies.