PDA

View Full Version : سوال: مشکل در فایل .htaccess



Louai_M
دوشنبه 09 دی 1392, 16:06 عصر
با سلام

من در از سرور مجازی wampserver استفاده می کنم موقعی که فایل .htaccess را می سازم کد خطای زیر رو می بینم مشکل چطور رفع کنم



Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost 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.




محتویات فایل htaccess



RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?rt=$1 [L,QSA]

Options –Indexes