andreasfc
Posts: 26
|
| Posted: 10/19/2009, 11:04 PM |
|
I have the following problem when accessing my site, the following error occurs:
The requested URL /Application/{Link9_Src} was not found on this server.
Server : Ubuntu 9.04 Server
Latest updates all installed
Codecharge : 4.2.00.040
|
 |
 |
bytebeam
Posts: 6
|
| Posted: 10/31/2009, 2:05 PM |
|
Did you develop on Windows, then port to Linux ? Windows OS is not case sensitive, so references to Mypage.php or mypage.php are equivalent. Not so under Linux since the OS is case sensitive, and a mismatched character (small case vs capital) will result in a failed reference.
|
 |
 |
andreasfc
Posts: 26
|
| Posted: 11/12/2009, 10:56 AM |
|
Yes I did develop on windows, I copied all the files to a unix machine indeed. How can I simply solve this? Is there an easy way?
I know that there is a difference between Windows and Unix, but didn't expect this to happen.
|
 |
 |
damian
Posts: 838
|
| Posted: 11/12/2009, 9:27 PM |
|
it sounds like you might be running mypage.html and not mypage.php....
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
andreasfc
Posts: 26
|
| Posted: 11/12/2009, 9:57 PM |
|
@damian: thanx for this hint, I have forced the link to index.php and all is working now.
Thank you all for the help.
|
 |
 |
damian
Posts: 838
|
| Posted: 11/13/2009, 5:29 PM |
|
you should use the .htaccess file on your apache server.... do a little google on htaccess and you will find many helpful hints - the first being DirectoryIndex....
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |