Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Jun 2007
    Posts
    70
    Plugin Contributions
    1

    Default Re: Change Define Page URL

    You only have to modify your .htaccess file just like before, i.e. add something like this to the end of file:

    Code:
    RewriteCond %{REQUEST_FILENAME} !-f [NC] 
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]

  2. #12
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Change Define Page URL

    OK here what I did.

    1) Download .htaccess to PC and delete the one on server.

    2) Add this code at the end of .htaccess file.

    PHP Code:
    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-[NC
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule 
    ^(.*).htmlindex\.php?main_page=$1&%{QUERY_STRING} [L
    3) Upload .htaccess file back to home directory server (using Binary not ASCII).

    4) Change .htaccess file attribute to 666 and refresh the page (which is /best_sellers.html).

    5) Page appears correctly and change .htaccess file attribute back to 644.

    6) Done

    Thank you!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Change define page height?
    By adem.i in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Aug 2011, 11:01 AM
  3. If change page title in define pages editor, how..?
    By hara in forum General Questions
    Replies: 1
    Last Post: 4 Apr 2011, 07:46 AM
  4. Change Url of page
    By djdavedawson in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Feb 2007, 09:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg