PDA

View Full Version : Capitaliced or not.


veseN
01-02-2008, 12:31 AM
How can i change it so it won't matter if i do www.balba.com/Sma or www.balba.com/sma ?

felgall
01-02-2008, 01:08 AM
Three ways you could do it.

1. Set up both folders and upload the same content to both.

2. Set up a redirect on one folder so that all requests to one folder are redirected to the corresponding place in the other folder.

3. Look for hosting that runs on Windows instead of Linux and transfer your site there.

felgall
01-02-2008, 01:16 AM
Fourth way that just occurred to me.

Set up the /sma/ folder as a sub-domain, it can then be referenced as sma.balba.com or SMA.BALBA.COM or anything in between.

Only the folder and file names are case sensitive.

Basil
01-02-2008, 01:19 AM
Name everything in lower-case.

There are actually a couple ways to script this, but they're inefficient.