• I have had to do a fresh install of WordPress, and now my theme/plugins all give me a 404 error on the css/js files. The files are in the right place, the GET request is correct and the file permissions are all set correctly (directories 755, files 644). The htaccess is standard WP:

    # 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

    I have deleted all the cache, disabled all the plugins, activated the default theme and still have the same problem.

    Can anyone advise on this please?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All my frontend scripts and css come up with 404 errors!’ is closed to new replies.