• enblogopedia

    (@enblogopedia)


    Hi after changing my blog directory to the root using this article Giving_WordPress_Its_Own_Directory
    My “WordPress Directory” url is giving me a 404 error
    my blog url(working):soccerspeech.com
    my wordpress url(giving 404):soccerspeech.com/blog/

    My .htaccess is ONLY in the root and I don’t have one in the wordpress directory, and it looks like:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Any ideas?

  • The topic ‘My WordPress directory is giving me a 404 error!’ is closed to new replies.