Results 1 to 1 of 1

Thread: .htaccess bug on order page

  1. #1
    Thread Starter
    esm2010's Avatar
    Join Date
    May 2013
    Location
    Brasil
    Posts
    57
    Thanks
    3
    Thanked 6 Times in 5 Posts

    .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?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. htaccess etc.
    By mazza in forum WordPress General Discussion
    Replies: 22
    Last Post: July 20th, 2013, 05:27 AM
  2. htaccess etc.
    By mazza in forum Help Using Clipper
    Replies: 7
    Last Post: July 14th, 2013, 12:22 PM
  3. order email re-sending with refresh of order page
    By timtoolman in forum Report JobRoller Bugs
    Replies: 2
    Last Post: April 24th, 2013, 06:37 AM
  4. htaccess
    By christianm in forum Report Vantage Bugs (Legacy)
    Replies: 3
    Last Post: February 10th, 2013, 10:08 AM
  5. [SOLVED] .htaccess & edit profile page missing...
    By uummadaani in forum Report ClassiPress Bugs
    Replies: 7
    Last Post: August 8th, 2011, 07:45 PM