
Originally Posted by
servalfx
Everything was done but "error 404" when i click on a flag

Let's look at your flag code! 
Here's what it looks like after being processes by your web server and my web browser:
Code:
<table align="center" style="width: 45%">
<tr>
<td style="width: 28px"><a href="/lang/en/"><img src="/graphics/american.jpg" alt="English"></a> </td>
<td style="width: 28px"><a href="/lang/de/"><img src="/graphics/german.jpg" alt="German"></a> </td>
<td style="width: 28px"><a href="http://translate.google.com/translate?hl=es&sl=fr&tl=$lang&u=www.robot-forex.fr&prev=hp/"><img src="/graphics/spanish.jpg" alt="Spanish"></a> </td>
<td style="width: 28px"><a href="/lang/fr/"><img src="/graphics/french.jpg" alt="French"></a> </td>
<td style="width: 28px"><a href="http://translate.google.com/translate?hl=it&sl=fr&tl=$lang&u=www.robot-forex.fr&prev=hp/"><img src="/graphics/italian.jpg" alt="Italian"></a> </td>
<td style="width: 28px"><a href="/lang/pt/"><img src="/graphics/portuguese.jpg" alt="Portuguese"></a> </td>
<td style="width: 28px"><a href="/lang/ru/"><img src="/graphics/russian.gif" alt="Russian"></a> </td>
<td style="width: 28px"><a href="/lang/ja/"><img src="/graphics/japanese.jpg" alt="Japanese"></a> </td>
<td style="width: 28px"><a href="/lang/ko/"><img src="/graphics/korean.jpg" alt="Korean"></a> </td>
<td style="width: 28px"><a href="/lang/zh-TW/"><img src="/graphics/chinese.png" alt="Traditional Chinese"></a> </td>
<td style="width: 28px"><a href="/lang/zh-CN/"><img src="/graphics/chinese.gif" alt="Simplified Chinese"></a> </td>
<td style="width: 29px"><a href="/lang/ar/"><img src="/graphics/saudiarabia.gif" alt="Arabic"></a> </td>
</tr>
</table>
It looks like I caught you in the middle of testing, but the German link and some of the others look right. Let's see what happens when we click the German link.
That's not what we want. But what could be the cause? Most likely, one of these things:
- lang/.htaccess does not exist
- lang/.htaccess does have the right contents
- .htaccess does not exist
- .htaccess does have the right contents
- trans
- translate/.htaccess does not exist
- translate/.htaccess does have the right contents
Can you post (or PM me) the contents of those three .htaccess files?

Originally Posted by
servalfx
if it's silly question, but i m gonna be mad with this

I'm hoping it's a simple configuration mistake.
Bookmarks