MyBB Community Forums

Full Version: Example.org appearing when links are pressed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I have many links on my forum and when i click them example.org appears with the page suffix eg example.org/index.php.

This is not a script error as i have completely checked my scripts 3 or four times. This also appears when i add a THEME SELECTOR to the Index. I try to change my theme and then the page appears.
provide forum url (& test user account if required) so that someone can check it

have you checked the issue by disabling the plugins (option is at General Configuration Settings)
(2018-01-23, 03:38 PM).m. Wrote: [ -> ]provide forum url (& test user account if required) so that someone can check it

have you checked the issue by disabling the plugins (option is at General Configuration Settings)

I have made a username. Can an admin PM me for the user and password? www.magiclove.ml
^ test user account can be posted in this thread.
MyBB Community has many helpers & someone will try to help.

if temporary admin account & files access required
then they can be sent to trusted helper(s) through PM
(2018-01-24, 02:32 AM).m. Wrote: [ -> ]^ test user account can be posted in this thread.
MyBB Community has many helpers & someone will try to help.

if temporary admin account & files access required
then they can be sent to trusted helper(s) through PM

Ok thank you.

username: USER
password: password01

User just has viewing privileges. The error is now only appearing after login button is pressed, theme is changed etc

www.magiclove.ml
Hi, the problem with "change theme" is a typo error. There is this code:

<span style="float:left"><a href=@http://magiclove.ml/theme.php">Change Theme</a></span>


And it should be:


<span style="float:left"><a href="http://magiclove.ml/theme.php">Change Theme</a></span>



And the login problem seems a .htaccess problem. When you try to access http://magiclove.ml/index.php the server answers with a  HTTP/1.1 301 Moved Permanently and redirects to the example.org domain.

Check your .htaccess file for a line with example.org or paste your .htaccess here
Thanks!!! got it sorted now!!!