Link to home
Start Free TrialLog in
Avatar of andre72
andre72

asked on

mod_overwrite returns error on one domain, other one works fine

Hi,

I developed some days using a subdomain and anything works fine:
web29.fulda015.server4you.de

Today we liked to start with the main domain www.jubian.net ...
However with this domain I ever get an error 500 and I don't understand the problem ...

Details are included.
I've a root server using confixx and Suse 9.2 ...

Maybe somebody can help?

thanks,

Andre
# htaccess
Options +FollowSymLinks
RewriteEngine On 
RewriteBase /
 
RewriteCond %{QUERY_STRING} ^options\=(.*)$
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2%1
 
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}
 
# httpd (additional - using Confixx)
<Directory "/srv/www/htdocs/web29/html/">
AllowOverride All
Options +FollowSymLinks +SymLinksIfOwnerMatch
</Directory>
php_admin_value register_globals on
php_admin_value safe_mode off

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of andre72
andre72

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andre72
andre72

ASKER

Again ... It works at all only the regex functions don't work eg.
http://www.jubian.net/login.php <--- works
http://www.jubian.net/koerperpflege-c-30.html <-- don't work

The matter is that the special char 'ö' will be convertet to 'oe' ...