MyBB Community Forums

Full Version: Bad Link at Mods - Resources
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have added my MyBB Integration class to the resources of this site, but there seems to be a bug in the code, which causes a wrong link.

http://mods.mybboard.net/resources

The link of the class is simply "http://mods.mybboard.net/view-resource/", though there should be a title after that last slash.
I thought that there was a bad rewrite condition, because I had a slash in there once. But after I removed that slash (original title was: "MyBB Integration class / MyBB SDK"), it still didn't work.
Hmm, the 'Remove Debug Info' one also has a URL of http://mods.mybboard.net/view-resource/ but that, somehow, goes to it.

If Musicalmidget doesn't see this soon I'll let him know Smile
Should now be fixed.
I found if you go to http://mods.mybboard.net/resources it gives a 404 - but http://mods.mybboard.net/resources/ works fine.
Works fine for me, it's the same URL....
Works fine here as well.
It's the same URL, but the .htaccess file appearently isn't recognizing it without the ending /
They probably have something like:
RewriteRule resources/ resources.php
or something
They both work fine for me. Undecided Could it be your browser? What browser are you using?
FireFox 3.0.5... I don't see how it could be my browser, as all of the other pages on the MODs site work fine.
Try Ctrl + F5'ing it. Maybe your browser cached an older version of the .htaccess file.
Pages: 1 2