Wordpress Permalink Displaying Home Page Content -


i have question issue experiencing since switched godaddy's linux hosting plan cpanel hosting plan.

when go website, selfilmed.com/blog, have of permalink's set basic. website, selfilmed.com (which has many links blog articles) works properly, , links within blog itself. however, links come on google not load correctly. instead of loading link google has (http://selfilmed.com/blog/2017/01/2017-ata-show-firenock/), see content on selfilmed.com/index.php without styles of course.

i on wordpress 4.8.1, running php 7.1.7, , mysql 5.6.36. seems compatible. have read lot of info suggesting updates .htaccess file, have tried, no avail. seems issue different others, having pages redirect main blog page. as, blog permalinks redirecting home page outside of blog.

any appreciated!

from looking @ link provided, seem site assets aren't loading in correctly due relative urls.

for example, site trying load css via url: http://selfilmed.com/blog/2017/01/2017-ata-show-firenock/css/main.min.css

your css/js/img files aren't located there.

you should check how css/js/images loading in theme's header file. fix this, use absolute paths http://selfilmed.com/css/main.min.css url instead of relative paths /css/main.min.css

here example of each type on site. why fonts load in correctly, not else.

i advise check out this question.

enter image description here


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -