Reply
Why getting "Internal Server Error"
Old 10-01-2009, 12:09 PM Why getting "Internal Server Error"
Novice Talker

Posts: 10
Trades: 0
Hello friend,

i've index.php which has a link to index2.php

i create an .htaccess and added

Code:
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


Code:
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 ?
egturnkey is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 10-04-2009, 11:21 PM Re: Why getting "Internal Server Error"
Super Talker

Posts: 123
Name: vikas
Trades: 0
not sure about unicode in arabic language .. you should contact some arabic webmaster .
__________________
Free Online Books Collection of free online books and free ebooks |Online pdf Books - Free online pdf books and free pdf eBooks
vikas1234 is offline
Reply With Quote
View Public Profile
 
Old 10-05-2009, 10:29 AM Re: Why getting "Internal Server Error"
cpace1983's Avatar
Average Talker

Latest Blog Post:
When Not to Outsource
Posts: 21
Name: Christopher Pace
Trades: 0
Based on some Googling (I was curious myself), it appears that the problem is that you are using unicode, instead of ANSI encoding.
The solution is simply just to use ANSI encoding, since there is an issue with using unicode in your .htaccess files with Apache. I have to admit, I've never had to deal with this myself, but it does make sense.
__________________
I am a Linux server consultant.
I offer flat rate Linux support, as well as hourly support.
My wife is a Billings, Montana photographer
cpace1983 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Why getting "Internal Server Error"
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.10577 seconds with 13 queries