Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 5 of 5

Thread: bosscart links

  1. #1
    nigel is offline Junior Member
    Join Date
    May 2008
    Posts
    2

    Default bosscart links

    Hi I have sent you a message but i am posting a thread about the problem as well
    I have installed the bosscart jv site on my site: ehalloween.co.uk
    and no links are working i have tried to follow a similar thread but i do not know how to solve the problem
    can you help

    Thanks

    Nigel

  2. #2
    temi's Avatar
    temi is offline Facilitator
    Join Date
    Jun 2003
    Location
    London, England.
    Posts
    10,303

    Default

    Nigel,
    Thanks for your message, the most likely reason for this is .httaccess. Could you please upload .httaccess file that comes with boss cart to your root folder, it should solve the problem.
    If you still need assistance, please let us know.

    * Comprehensive UK Web Directory List . eCommerce software UK
    * BossCart.com can build you a.
    Register your domain names at Velnet
    ::
    Add Eco sites to The Green Directory free of charge.
    Use LBS Free PHP Directory Script . Web Hosting Blog

  3. #3
    Bagi Zoltán's Avatar
    Bagi Zoltán is offline Boss Cart consultant
    Join Date
    Feb 2007
    Location
    Veszprém, Hungary
    Posts
    1,225

    Default

    Well, this issue could have many causes. These are some of the options which could help to solve this:
    • Try to define the Rewrite base with this code
      RewriteBase /
      after the line which says RewriteEngine on
    • It is possible that the Apache server has different configuration so it is necessary to start the content of the .htaccess with this code
      Options +Indexes
      Options +FollowSymlinks
    • I can imagine the in the httpd.conf file the deny option is not allowed, hence you need to remove these security related lines from the .htaccess file
      <Files configuration.php>
      deny from all
      </Files>
      <Files link.php>
      deny from all
      </Files>
      <FilesMatch "\.(htaccess|inc|tpl|h|ihtml|sql|ini|conf|class|bi n|spd|theme|module|exe)$">
      deny from all
      </FilesMatch>
    If none of the option will work please send me a pm with the frp account details and i will check your script.
    Thanks

  4. #4
    nigel is offline Junior Member
    Join Date
    May 2008
    Posts
    2

    Default all fine now

    Great I have altered the htaccess file with

    RewriteBase/

    after the line which says RewriteEngine on

    and it all works fine

    Thanks

  5. #5
    Bagi Zoltán's Avatar
    Bagi Zoltán is offline Boss Cart consultant
    Join Date
    Feb 2007
    Location
    Veszprém, Hungary
    Posts
    1,225

    Default

    This is great. Have a happy using!

Thread Information

Users Browsing this Thread

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

Bookmarks

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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124