frostschutz / MyBB-Google-SEO

Search Engine Optimization plugin for MyBB.
https://community.mybb.com/thread-202483.html
GNU General Public License v3.0
30 stars 25 forks source link

404 relative links #28

Closed frostschutz closed 13 years ago

frostschutz commented 13 years ago

for site/foo/bar/baz/ the 404 page may include missing images due to relative links in the users theme

as there is no other solution, add a <base> tag to the header

frostschutz commented 13 years ago

If users want this, they can just add a tag to their headerinclude. tag can also cause problems, and there's no way to guarantee that adding one automatically on demand won't break things. The compromise could be a global variable initialized by Google SEO but added to headerinclude by the user. That'd be too much effort for a non-existant use case though.