Hi tripy! Thank you for your reply.
I’ve visited both the links before I posted here. Like I have said in this forum some time ago, I only ask for help after I’ve exhausted all other options.
I don’t think I need the access to the console. I could put the rules into a file named “rewrite.script”. I have also asked my host for help. Their “help” would cost me £40 an hour and they didn’t even specify how many hours it would take them to convert it. That is ridiculous if you ask me.
My problem is that I simply do not understand the drupal script (or whatever it is). I have read something about drupal or ZEUS not being able to read from variables or queries (or something like that), which means that a simple conversion from:
Code:
RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
into:
Code:
match URL into $ with ^(.*)-p-(.*).html$
if matched then
set URL =product_info.php?products_id=$2&%{QUERY_STRING}
endif
won’t do the trick. I’ve also no idea how to convert
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
although I believe “RewriteEngine On” doesn’t need converting as ZEUS doesn’t use an equivalent.
I am sure there are many skilled programmers who could convert these rules comfortably within minutes.
If one of them reads this post, could you please help me? I would post the translation to osCommerce forum and all the credit will go to you.
__________________
www.frofi.co.uk THE FORCE is with me at last! All I need now is some TALKUPATION ;)
Last edited by frofi : 02-22-2008 at 08:10 PM.
|