Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    3
    Plugin Contributions
    0

    Default HTMLarea Insert Web Link button problem

    When I select a word to make it a link and click on the Insert Web Link button the popup comes up and just loads the main page of the site. Any idea what would be causing this??

  2. #2
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: HTMLarea Insert Web Link button problem

    I am getting that exact problem. Anyone got any ideas.

    Help would be much appreciated.

    Cheers
    Brian

  3. #3
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: HTMLarea Insert Web Link button problem

    Hi Guys,

    This is the solution to the above issue:

    In the editors folder add the following code to the bottom of the htaccess file.

    # Don't rewrite real files or directories

    RewriteCond %{REQUEST_FILENAME} !-f [NC]

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^(.*).htm$ index\.php?main_page=$1&%{QUERY_STRING} [L]

    cheers
    Brian

 

 

Similar Threads

  1. Replies: 3
    Last Post: 9 Nov 2009, 12:24 AM
  2. Insert Web Link Not Working?
    By paulssports in forum General Questions
    Replies: 5
    Last Post: 15 Sep 2009, 07:25 PM
  3. how to insert Add to cart button ?
    By hubert in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jul 2007, 01:45 AM
  4. 'Insert link' not working
    By Rita in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 4 Jul 2006, 02:56 PM

Bookmarks

Posting Permissions

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