WordPress cannot load files, including style.css, images and others
-
I’ve setup a WordPress site and it is running. But as you can see, the site shows plain text and images are missing.
https://192.163.194.212/~myhero88/I found that this might due to the server couldn’t load files in WordPress directory although they are in the server. For example, files below return 404 not found.
https://192.163.194.212/~myhero88/wp-content/themes/twentythirteen/style.css
https://192.163.194.212/~myhero88/readme.htmlMay I know how can I fix it? Below is the .htaccess file that generated by WordPress if it is relevant to my issue
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /~myhero88/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /~myhero88/index.php [L] </IfModule> # END WordPress
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘WordPress cannot load files, including style.css, images and others’ is closed to new replies.