What if I am running a shopping cart that requires rewrite engine on so it can change the dynamic urls to static urls?
php sites and rewrite engine question
- Rizzy
- Posts: 3
- Starts: 4
- Wiki Edits: 0
I noticed by looking at the forums that to get php working you have to create a htaccess file with RewriteEngine Off in it.
What if I am running a shopping cart that requires rewrite engine on so it can change the dynamic urls to static urls?
What if I am running a shopping cart that requires rewrite engine on so it can change the dynamic urls to static urls?
- Varun
- Posts: 410
- Starts: 0
- Wiki Edits: 0
Rizzy -
You can run your php app with .htaccess having RewriteEngine On
in it. Let us know if you have a problem with it.
You can run your php app with .htaccess having RewriteEngine On
in it. Let us know if you have a problem with it.