Somebody PLEASE HELP ME!!! Im not sure this belongs here, so I've posted to Website and Server Administration Forum as well. My apologies.
I have just discovered my webhost (Namesco) is using ZEUS servers instead of Apache. I was looking for Linux hosting and I have automaticaly assumed that if they offer 2 types of hosting, one would have to be Windows on IIS (which it is) and the other one Linux on Apache servers. Well, guess what? It's on ZEUS!
I’ve no idea how to modify the .htaccess file to make SE friendly URLs work with ZEUS. The mod_rewrite is an Apache module and all I know is that I have to use rewrite.script file instead of .htaccess file on ZEUS. I have tried to use the apache-to-zeus rewrite conversion tool, but I'm getting errors which I can't fix. I have tried to ask people on drupal.org forum but I got no reply at all.
The SEO URL contribution with the rewrite rules in question is made for osCommerce. If there was anyone who could translate the rules into ones that ZEUS can understand, he would help many dissapointed people and be celebrated all over the world until the end of time 
Server OS: Linux 2.6.9-55.0.9.ELsmp
HTTP Server: Zeus/4.3
Please help us if you can. The Apache rules from .htaccess are as follows:
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}
__________________
THE FORCE is with me at last! All I need now is some TALKUPATION ;)
|