Forums / Install & configuration / Rewrite Problems
Dave Royer
Saturday 16 August 2003 4:29:37 pm
I am in the process of moving a site I have been working on to a new hosting provider. On my own development box I was able to setup the rewrite rules with no trouble and I got ezPublish setup and working using the virtual host method. With the new provider, I have my same rewrite rules, database, config files, etc. If I try http://www.mydomain.com/some/page/ I get my starting page. If I try http://www.mydomain.com/content/view/full/50 I get that same starting page. If I insert index.php into the same url's (...mydomain.com/index.php/some/page/) the correct page shows up.
Thoughts? I don't have access to the httpd.conf file so I can't play with that but it seems like the rewrite rules are working somewhat.
Thanks,
Dave
Balazs Halasy
Monday 25 August 2003 12:40:30 am
Could you please show us your rewrite rule? (just post it to the forum) - it is a bit difficult to suggest something without knowing exactly what you're doing/trying to do. :-)
Balazs
PS: I'm not an apache/rewrite-rule expert.
Denis Brækhus
Monday 25 August 2003 1:32:27 am
Can you get your ISP to tell you what Apache modules are either compiled in or added as modules ?Also, getting the rewriterules and possibly the Apacheversion should help pinpoint what is wrong.