Get exclusive CAP network offers from top brands

View CAP Offers

technical question – help

[bsa_pro_ad_space id=2]
  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #766874
    Anonymous
    Inactive

    noone can give me any help on this?
    maybe i did ask a stupid thing?
    :Cry:

    #767106
    giftorgbest
    Member

    change your htaccess document, remove rewrite mod “/”

    #767112
    Anonymous
    Inactive

    ohhh……….
    this is what i have in my htaccess
    1 for the with and without www
    and 1 for the index

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^bonusparadise.com [nc]
    rewriterule ^(.*)$ http://www.bonusparadise.com/$1 [r=301,nc]

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php
    RewriteRule ^index.php$ http://www.bonusparadise.com/ [R=301,L]

    please help me
    how should it be ?
    Many many thanks for your time :hattip:

    Marina

    #767121
    Anonymous
    Inactive

    I think i got it now
    you meanded no Slash / in the rewrite
    now i have this so
    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^bonusparadise.com [nc]
    rewriterule ^(.*)$ http://www.bonusparadise.com$1 [r=301,nc]

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php
    RewriteRule ^index.php$ http://www.bonusparadise.com [R=301,L]

    I just checked at the redirect checker and it should be fine
    Hope i got this right now, lol
    ty :hattip:

Viewing 4 posts - 1 through 4 (of 4 total)