.htaccess перезаписывать шоу ошибка - PullRequest
0 голосов
/ 06 марта 2012

На моем сайте мы внедрили URL для страны и языка. Для этого я использовал следующее

.htaccess code

RewriteEngine On
RewriteBase /
RewriteRule ^uae/english/(.*)?$ $1 [L] 
RewriteRule ^uae/arabic/(.*)?$ $1 [L] 

Но сайт показывает ошибку, когда мы реализуем это

Ошибка:

"The server encountered an internal error or
 misconfiguration and was unable to complete
 your request.
 Please contact the server administrator,
 [no address given] and inform them of the time the error occurred,
 and anything you might have done that may have
 caused the error.
 More information about this error may be available
 in the server error log.
 0

 HTTP/1.1 200 OK
 Date: Wed, 07 Mar 2012 04:39:10 GMT
 Server: Apache/2.2.22 (Unix) FrontPage/5.0.2.2635
 X-Powered-By: PHP/5.3.8
 Expires: Thu, 19 Nov 1981 08:52:00 GMT
 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
 Pragma: no-cache
 Keep-Alive: timeout=5, max=398
 Connection: Keep-Alive
 Transfer-Encoding: chunked
 Content-Type: text/html"

Хостинг-провайдер - Сетевые решения (общий сервер)

Любой, пожалуйста, помогите мне решить проблему

Спасибо

...