Page 1 of 1

a capital/small letter

PostPosted: 14. March 2006 05:52
by _nik_
Hi,
I use Suse 10 and have problem wtha capital an small letter at my web server. When I write htp://localhost/nik and http://localhost/Nik are open differen pages :( How can I fix this to be opens same pages?

PostPosted: 14. March 2006 16:09
by rickh57
Linux is case sensitive. Nik and nik are different files.

PostPosted: 14. March 2006 17:32
by _nik_
also can I change this case sensitive to "symbolic link" what can I change? I still look in google but I can't find good information :(

PostPosted: 14. March 2006 18:24
by rickh57
I'm not sure what you are asking. You should be able to create a symbolic link from nik to Nik or vise versa:

ln -s nik Nik

will create the link from Nik -> nik.

PostPosted: 14. March 2006 18:36
by _nik_
Yes I wan to do this
"ln -s nik Nik"

thank you :)

PostPosted: 06. April 2006 12:35
by shadowfang
sorry for being such a newbie.

Where do I put that code to make it work?

//Mikael

PostPosted: 06. April 2006 16:14
by _nik_
in the shell