Please help me guys,
Internal Server Error
after I enabled URL Rewrite.
I have drupal5 installed in:
/home/username/public_html
my gallery2 installed in:
/home/username/public_html/gallery
and my drupal.gallery module installed in:
/home/username/public_html/modules/mygallery
This is the setup of my url rewrite:
Absolute path to the folder of your embedded .htaccess: /home/username/public_html/gallery
Please enter the Url to your environment. http://chr05210084.com
After I saved my url rewrite I can't browse my website, it gives me Internal Server Error. How do I fix this, please help me. here is my
.htaccess config:
1.
# BEGIN Url Rewrite section
2.
# (Automatically generated. Do not edit this section)
3.
4.
RewriteEngine On
5.
6.
RewriteBase /http://chr05210084.com/
7.
8.
RewriteCond %{REQUEST_FILENAME} -f [OR]
9.
RewriteCond %{REQUEST_FILENAME} -d [OR]
10.
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
11.
RewriteCond %{REQUEST_URI} !/http://chr05210084.com/index\.php$
12.
RewriteRule . - [L]
13.
14.
RewriteCond %{QUERY_STRING} view=core.DownloadItem
15.
RewriteCond %{HTTP:Referer} !^[a-zA-Z0-9\+\.\-]+://chr05210084.com/ [NC]
16.