MyBB Community Forums

Full Version: URL problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Trying to remove /index.php from the URL.

I've tried,

RewriteCond %{IS_SUBREQ} false
RewriteRule ^index.php$ http://www.gfxforums.net [R=301,L]

in .htaccess
---

$navbits[0]['url'] = $mybb->settings['bburl']."";

in global.php

and the homepage url under general configuration is set to /


Previously I had / redirecting to /index.php to avoid seeing a default webhost page. Now I've removed the redirects, and it still goes to /index.php

Puzzled.
(2010-12-21, 12:27 AM)Dark Byte Wrote: [ -> ]it takes a while for the configuration to set it.

I'm aware it's not instant.. I did this around 20 hours ago.
You're really not helpful to me.