MyBB Community Forums

Full Version: /index.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright.... I've looked for something about this somewhere on the site, but I didn't find it... I've been on the same 30 minute wait with my host site for the past hour.... And the longer this goes the more I push buttons and try and figure it out.... It took me over two months to get where I am and I really don't want to have to start over from scratch because I messed something up.... So if I could get some help before I destroy all my hard work I would really appreciate it....

Ok, my issue....

My site's name is 

legendofthelands.com

You can type that in and it goes to the page just fine, no issue, but if you press the logo image it takes you to 

http://legendofthelands.com/index.php

How do I get rid of that /index.php ever time I click on the logo for the site? It's really getting annoying and I've looked all over trying to figure it out. Even did a inspect element that actually ended in me having a major headache and being even more confused. Confused
I actually found it. Smile

For anyone else looking for this.... Go to your templates & Styles => templates => the template you're using => header templates => Header =>

Then remove /index.php from this line...

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
Oh nice, u found it your self
Thbx
Yes I did, thank you. Smile