.htaccess bug on order page
Hi,
I'm having problem with .htaccess to load order page.
I've followed the instructions to prepare the .htaccess file. All pages and links are working fine.
But only the order page doesn't load. I get error 'PAGE NOT BE FOUND'.
If I change the .htaccess file to STANDARD, the order page loads correctly.
My .htacess file:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /parceiros/ofertashow/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /parceiros/ofertashow/index.php [L]
</IfModule>
Follow my URL:
http://www.studiom3.com.br/parceiros/ofertashow/
Please, could you help me?