Always 404 not Found Errors - who can help?

info2667

New Member
YetiShare User
Jun 24, 2013
2
0
0
Hi,

today I installed the upload software on

datavault.feuerwerkskiste.de

whenever I upload a file, it works perfectly fine, but as soon as I click the generated link to it, I always get the 404 not found error message.

I chose "specific server" as upload storage path, and I added an ftp server as file server. The test connection was without errors, changed successfully.

I still cannot click any link to the uploaded files without getting these 404 error messages as if the files werent there. But whenever I check my webspace I see that they have been uploaded.

Who can help?

info:


the domain www.feuerwerkskiste.de refers to the directory "root/sammerforum"

and the subdomain datavault.feuerwerkskiste.de refers to "root/datavault"

storage path is "root/datavault/data"


I hope you know how to find an answer. If you need admin pw, let me know and I send it via pn.

Thank you in advance, I hope to get this wonderful thing running soon!

Manuel
 

info2667

New Member
YetiShare User
Jun 24, 2013
2
0
0
Hi,

yes, I got it working... simply forgot to upload the .htaccess file. I am working with a mac and the file was invisible, i could only see it in the ftp (filezilla) programm. Now it works, thank you!

Just one last question: where can I chance that the text is displayed only in small letters? I also want to show capitalized letters.

Thanks in advance

Manuel
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
info2667 said:
Hi,
Just one last question: where can I chance that the text is displayed only in small letters? I also want to show capitalized letters.

Thanks in advance

Manuel
Hi,

Depending where you want to capitalize the words will depend where you need to edit the files, or in the css files.

For example in index.php you have "select files"
Find:
Code:
<h2><?php echo t('select_files', 'Select files'); ?>:</h2>
To change it to "Select files"
Code:
<h2><?php echo ucfirst(t('select_files', 'Select files')); ?>:</h2>
To change it to "Select Files"
Code:
<h2><?php echo ucwords(t('select_files', 'Select files')); ?>:</h2>
 

luckylutz

New Member
YetiShare User
Aug 30, 2012
147
0
0
44
Schwitzerland
www.hoodload.com
ich glaub ich darf hier mal wieder deutsch schreiben. :)

ändern kannst das im css (theme -> ...) suche da mal noch lowercase. und das dann raus löschen.
aber vorsicht gibt es meines wissens mehrmals.

musste genau anschauen.

kann es dir zur zeit nicht genau sagen.

falls du es genau brauchst, schreib nochmals.

gruss
timmy