| Author |
Message |
gj
Joined: 17 Aug 2007 Posts: 2
|
Posted: Fri Aug 17, 2007 10:15 am Post subject: RewriteRule question |
|
|
Hello,
I tested a rewrite rule (written below) on a server somewhere else running Apache 1.3.37 and PHP 4.4.7. When I use the same rewrite rule on my hosting here on canadianwebhosting.com, the same rewrite rule doesn't work. Is there anything else I should check? Does anybody have any problem using rewriterule?
RewriteEngine on
RewriteBase /
RewriteRule ^test/oldfoldername/([A-Za-z-]+\.html|[A-Za-z-]+\.htm)$ http://www.bankruptcy-canada.ca/test/newfoldername/$1 [L]
Thanks for all your help.
gj |
|
| Back to top |
|
 |
scott CWH Staff
Joined: 02 Aug 2007 Posts: 50
|
Posted: Mon Aug 20, 2007 10:12 pm Post subject: |
|
|
Hello gj
It should be working fine.
If you continue to have problem with this, let me know the error.
We will then check it from our end and will do the needed..
Take Care and Have a Nice TIme. |
|
| Back to top |
|
 |
gj
Joined: 17 Aug 2007 Posts: 2
|
Posted: Tue Aug 21, 2007 4:24 am Post subject: RE: |
|
|
Hello sreejith,
Thanks for your reply, I found out where the problem is. The rewrite rule was conflicting with another rule. It's working fine now.
gj |
|
| Back to top |
|
 |
|