Oct 09, 2008, 04:47 PM
Greetings,
Labrocca hope you are fine and doing good. can you please help me with .htaccess file?
Labrocca hope you are fine and doing good. can you please help me with .htaccess file?
HTACCESS
|
Oct 09, 2008, 04:47 PM
Greetings,
Labrocca hope you are fine and doing good. can you please help me with .htaccess file?
Oct 09, 2008, 07:02 PM
I would say post the question up. You may find others can help also.
FTW Forum <-- Home of the DAMNED!
I have a weird thing that happens to my sigs. Its call moderation lol
Oct 10, 2008, 12:20 AM
Yes please just post the question.
Oct 10, 2008, 05:47 AM
I need help with redirection please. My forum URL is
http://certcollection.org/forum/ or http://certcollection.org/forum/index.php What I want to do is when someone goes forum/index.php it should be redirected to forum/ Thx
Oct 10, 2008, 07:38 AM
BTW I tried this but no luck
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1
You can do this in your control panel, eg CPanel.
And what's the difference between /forum/ and /forum/index.php anyways??
Oct 10, 2008, 08:26 AM
well difference is from SEO point of view. Last time on my old domain my index.php had a page rank and forum/ had nothing.
Because /forum/ isn't a page. When you view /forum/ you view the index, even though it doesn't say index. It loads the PHP from index.php when you just view /forum/, does it not??
Oct 10, 2008, 10:27 AM
Matt you are right, I don't have any problem in what you've said above. But I guess you need to read about SEO.
Oct 10, 2008, 01:21 PM
I just make sure most instances of index.php are just /.
It's an easier more SEO friendly method. You can change the header template which I believe is where the only home link is anyways. Also in global change this line: $navbits[0]['url'] = $mybb->settings['bburl']."/index.php"; To this: $navbits[0]['url'] = $mybb->settings['bburl']."/"; That should do it. ![]() |
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread | Author | Replies | Views | Last Post | |
.htaccess help | Shekii1 | 4 | 1,511 |
Sep 12, 2012, 10:55 AM Last Post: Shekii1 |
|
Admin .htaccess | x:Biohazard:x | 1 | 1,251 |
May 16, 2010, 11:03 PM Last Post: MyBBâ„¢ |
|
.htaccess questions | s9TeeN | 5 | 2,375 |
Nov 05, 2009, 08:04 PM Last Post: s9TeeN |