I wanted to see everyone's opinions on the upgrade problem I have been thinking about, though depending on how they go about it it won't so much be a "problem" as an annoyance....
PhPBB2 currently has the default path /phpBB2/, but if this is going to be changed to something standard such as /phpBB3/ then wouldn't this cause a bit of a problem later if you wanted it to show up as 3 on the path?
You could just leave it as 2 I am sure, or you could simply do a database move which requires some small in-the-files work but if it's a script then that's moot.
Isn't there going to be a slight problem later?
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
-
- Registered User
- Posts: 208
- Joined: Mon Feb 16, 2004 1:45 pm
- Location: Milan, MI
- Contact:
- Cheater512
- Registered User
- Posts: 245
- Joined: Thu Mar 23, 2006 1:29 am
- Location: Brisbane, Australia
- Contact:
Re: Isn't there going to be a slight problem later?
If you put your forum in /phpBB2/ then its your choice what to do.
Personally I think it doesnt look too good like that.
A 301/302 redirect to /phpBB3/ or a more descriptive url is pretty simple to do.
Personally I think it doesnt look too good like that.
A 301/302 redirect to /phpBB3/ or a more descriptive url is pretty simple to do.
-
- Registered User
- Posts: 1
- Joined: Wed Jun 07, 2006 6:51 pm
Re: Isn't there going to be a slight problem later?
or get creative and use /forums/ and be done with it
-
- Registered User
- Posts: 9
- Joined: Sat Feb 12, 2005 1:57 am
Re: Isn't there going to be a slight problem later?
Yeah, just use a different folder name and use a redirect.
Paul
My Blog
My Blog
-
- Registered User
- Posts: 24
- Joined: Mon Jun 12, 2006 2:25 am
Re: Isn't there going to be a slight problem later?
I thought about this when installing my forum, thats why i put it under a /forum
Re: Isn't there going to be a slight problem later?
Errrrr, you can still change the folder name, all you need to do is make sure you change the script path in the ACP, and cookie settings.
Re: Isn't there going to be a slight problem later?
Or, do what I do when keeping up with CVS's ... Mine is in a h--p://dev.domain.tld/index.php ... but the CVS always puts it in ./phpBB2/. What I did was went below public_html and checked out the CVS there, and do the updates from there. Just be sure to delete the config.php before you cp the files to the dev directory.
- dhn
- Registered User
- Posts: 1518
- Joined: Wed Jul 04, 2001 8:10 am
- Location: Around the corner
- Contact:
Re: Isn't there going to be a slight problem later?
Magnotta wrote: Errrrr, you can still change the folder name, all you need to do is make sure you change the script path in the ACP, and cookie settings.
Actually that is no longer needed in phpBB3 unless you want to specifically override it. Olympus is able to set these values automatically.
Side note: You can even rename the /adm folder to anything you want for added security. You only need to change the link to the admin panel.
- VxJasonxV
- Registered User
- Posts: 341
- Joined: Sun Mar 02, 2003 2:51 pm
- Location: Castle Rock, CO
- Contact:
Re: Isn't there going to be a slight problem later?
dhn wrote: Side note: You can even rename the /adm folder to anything you want for added security. You only need to change the link to the admin panel.
So you guys jumped on that bandwagon too eh?
Not bad though.
The better part is that you don't have to reference it ANYWHERE. You can remove the link entirely and distribute bookmarks to your admins.
THAT is cool.
phpBB++
[edit]
Yes, this is security through obscurity, but that doesn't mean it's not cool.
The team is still commited to sanitizing all input and preventing all security issues via other avenues.
"If You Support It, They Will Come."
"Construction"
"Construction"
Re: Isn't there going to be a slight problem later?
I'm not sure that portable admin directories is security through obscurity. Withholding information (or even obscuring information, like is often done with all but the last four digits of credit card numbers) sometimes is just common sense. After all, there's no shame in not posting links to a file containing phpinfo()
.