Order Page - page not be found
Hi,
I'm having problem with .htaccess (I guess) 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'.
IMPORTANT: 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>
I've ever disable and exclude all plugins.. but still doen't work.
Follow my URL:
http://www.studiom3.com.br/parceiros/ofertashow/
Please, could you help me?