MyBB Community Forums

Full Version: How do I change this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(2010-02-13, 02:44 PM)MattRogowski Wrote: [ -> ]Yes, that is the root folder, it's not actually called root, it just means the base folder.
I can find this anywhere?
You said you found that httpdocs folder, that is the root folder.
(2010-02-13, 02:48 PM)MattRogowski Wrote: [ -> ]You said you found that httpdocs folder, that is the root folder.


No sorry I meant DirectoryIndex /portal.php
Ok I have found portal.php where do I put this because I have put it where my index is in archive and nothing happened?
You'll find .htaccess in the httpdocs folder.

You need to add the following to your .htaccess file.

DirectoryIndex /portal.php

The portal.php file needs to be in the httpdocs folder, that's where it should be anyway.
(2010-02-13, 04:10 PM)AJS Wrote: [ -> ]You'll find .htaccess in the httpdocs folder.

You need to add the following to your .htaccess file.

DirectoryIndex /portal.php

The portal.php file needs to be in the httpdocs folder, that's where it should be anyway.

I don't have one called that I have searched in loads of places I have one called archive that has my index and stuff in?
Can someone please give me an answer I have been trying to find this out for a day.
(2010-02-13, 02:44 PM)Nick 2nd Wrote: [ -> ]All I can find is httpdocs?

(2010-02-13, 04:10 PM)AJS Wrote: [ -> ]You'll find .htaccess in the httpdocs folder.

Nick 2nd Wrote:I don't have one called that I have searched in loads of places I have one called archive that has my index and stuff in?

Say what?

Nick 2nd Wrote:Can someone please give me an answer I have been trying to find this out for a day.

The archive folder is within the root folder. So you need to go up a level. There should be a file in that same folder (the root) called .htaccess or htaccess.txt
You didn't need to PM me twice about this.

It's not a .htaccess folder like you said in your PM, it's just a file. By default it's called htaccess.txt and it's with all your other MyBB files, just rename it to .htaccess, and put the code in.
(2010-02-13, 06:46 PM)MattRogowski Wrote: [ -> ]You didn't need to PM me twice about this.

It's not a .htaccess folder like you said in your PM, it's just a file. By default it's called htaccess.txt by default and it's with all your other MyBB files, just rename it to .htaccess, and put the code in.

Yes sorry there is a bug when I refresh the page on my PM page it resends the message I just sent.
I highly doubt that's what happened, after you send a PM you get redirected to your inbox, so refreshing after it was sent would just refresh your inbox, and your PMs were 6 minutes apart. There's no bug, it was sent twice.
(2010-02-13, 06:53 PM)MattRogowski Wrote: [ -> ]I highly doubt that's what happened, after you send a PM you get redirected to your inbox, so refreshing after it was sent would just refresh your inbox, and your PMs were 6 minutes apart. There's no bug, it was sent twice.

Yes it goes to the inbox page and when you refresh it says message was sent or something, try it.
(2010-02-13, 04:10 PM)AJS Wrote: [ -> ]You'll find .htaccess in the httpdocs folder.

You need to add the following to your .htaccess file.

DirectoryIndex /portal.php

The portal.php file needs to be in the httpdocs folder, that's where it should be anyway.

Where about's in the htaccess do I put this?
Pages: 1 2 3 4 5