egturnkey Posted October 1, 2009 Share Posted October 1, 2009 Hello friend, i've index.php which has a link to index2.php i create an .htaccess and added Options +FollowSymLinks RewriteEngine on RewriteRule ^example\.html$ index2.php it works fine, when i cann /example.html it gives index2.php Now for unicode lang such as arabic , russian , hebraw if we want index2.php be as مثال ( an arabic word ) then we write Options +FollowSymLinks RewriteEngine on RewriteRule ^مثال\.html$ index2.php - it gives ( ANSI ) "Internal Server Error" if i saved .htaccess as UTF, it gives also "Internal Server Error" if i saved .htaccess as unicode, gives also "Internal Server Error" if i saved .htaccess as UTF Without DOM it gives index.php and when i click on the links it gives can't find the page so how it can be done ? Quote Link to comment https://forums.phpfreaks.com/topic/176185-why-getting-internal-server-error/ Share on other sites More sharing options...
eatfishy Posted October 1, 2009 Share Posted October 1, 2009 When I received this error, it usually means that the hosting company have to do something on their side. Quote Link to comment https://forums.phpfreaks.com/topic/176185-why-getting-internal-server-error/#findComment-928534 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.