MyBB Community Forums

Full Version: Serious Problem.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Please anybody help.

My MyBB forum website is 3gGeek.tk

I can only access it using www.3ggeek.tk/index.php

Not by default 3ggeek.tk

How to access the MyBB forum without using index.php in url?
Create a .htaccess file in your root directory and put this content in it.
[code]
DirectoryIndex index.php
[/php]
Ok. Trying......

By Root, you mean 'public_html' right?

And i have to put in it:
[code]
DirectoryIndex index.php
[/php]
Yes.
500 Internal server error.

I already have some text in .htaccess file.

RewriteEngine On
RewriteBase /
RewriteRule ^index\.html?$ / [NC,R,L]

So Now it is like this:

[code]
DirectoryIndex index.php
[/php]
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html?$ / [NC,R,L]
Does it give a more detailed description of what the internal server error is? Possibly in your error log.
@Hax0 actually you have to add just below line (at the bottom of already existing other lines)
DirectoryIndex index.php
Now my file is :

RewriteEngine On
RewriteBase /
RewriteRule ^index\.html?$ / [NC,R,L]
DirectoryIndex index.php

It redirects to error.hostinger...

And Previously it was giving 500 Internal error.
^ referred forumLink is loading the forum without index.php (firefox v35)
Yes. :-) You are absolutely right.

I just check by my mobile. Its working fine.

Any way to make it work in firefox(v35). Because my friend's is working in my firefox(v35)
Pages: 1 2