Images not loading on frontpage
-
Hi there! I am really not good in web but I do have some basic/ minor understanding on wordpress/web.
My concern is regarding WP Multisite not showing images. I swear that I will do my best to understand any instruction you have if in case I missed something. I followed by heart all the steps in creating WP Multisite and I have one right now. But, my concern is with the template not showing images. Where will I start? What seems to be the problem?
This is my WP .htaccess codes:
RewriteEngine On RewriteBase /pinoywebbie/ RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Did I missed something? I created WP multisite in a SUBDIRECTORY.
Any help is highly appreciated! Thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Images not loading on frontpage’ is closed to new replies.