Results 1 to 3 of 3

Thread: Order Page - page not be found

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

    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?

  2. #2
    Thread Starter
    esm2010's Avatar
    Join Date
    May 2013
    Location
    Brasil
    Posts
    57
    Thanks
    3
    Thanked 6 Times in 5 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    esm2010's Avatar
    Join Date
    May 2013
    Location
    Brasil
    Posts
    57
    Thanks
    3
    Thanked 6 Times in 5 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 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
  2. Whoops,page not found for membership page
    By cyclebarter in forum Report ClassiPress Bugs
    Replies: 9
    Last Post: April 8th, 2012, 10:13 AM
  3. Whoops! Page Not Found on page 2+ when searching or refining
    By einstein in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: March 21st, 2012, 02:25 AM
  4. Replies: 1
    Last Post: February 29th, 2012, 08:27 AM
  5. [SOLVED] Author page sometimes returns oops page not found
    By areis in forum Report ClassiPress Bugs
    Replies: 12
    Last Post: June 18th, 2011, 10:34 AM