4
« on: July 09, 2014, 02:23:03 AM »
the same line is added to the .htacess as per your instruction the below is the
SetEnv PHPRC /home/indiasar/public_html
RewriteEngine on
RewriteCond %{HTTP_HOST} ^indiansareemandir\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.indiansareemandir\.com$
RewriteRule ^/?$ "http\:\/\/indiansareemandir\.com\/store\/" [R=302,L]
RewriteCond %{HTTP_REFERER} !^http://indiansareemandir.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://indiansareemandir.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.indiansareemandir.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.indiansareemandir.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
php_value memory_limit 128M ;
and the error is faced
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@indiansareemandir.com 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.