i have a hosting company that does not allow .htaccess (mod-rewrite is disabled) on linux, php, mysql and apache.
i want urls to be more seo/canonicals for my site. i have now:
/index.php
/flowers.php?id=41
/flowers.php?type=deco&mode=texture&color=red
etc...
is there a way to write something like:
/home
/flowers/12
/flowers/deco/texture/red
without using .htaccess and mod-rewrite? or i need to look for another hosting?