• Hey all and thanks for helping me out…

    I am trying to get WordPress working on the same domain I already have associate o matic script running on. I believe it has to be the htaccess file..

    I am currently trying to install it here

    https://www.anonlinemall.com/wordpress/

    This is the htaccess I have in the root directory

    RewriteEngine on
    DirectoryIndex shop.php
    
    RewriteRule ^reviews-([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9]+)-([0-9]+)-([A-Za-z0-9_]+).html shop.php?c=$1&n=$2&i=$3&p=$4&a=reviews
    RewriteRule ^buy-([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9]+)-([A-Za-z]+)-([0-9]+)-([A-Za-z0-9_]+).html shop.php?c=$1&n=$2&i=$3&m=$4&p=$5&a=buy
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9+_"]+)-([A-Za-z0-9+_]+)-([a-z]+)-([0-9]+).html shop.php?c=$1&n=$2&k=$3&t=$4&s=$5&p=$6
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9+_"]+)-([A-Za-z0-9+_]+)-([a-z]+)-([0-9]+).rss shop.php?c=$1&n=$2&k=$3&t=$4&s=$5&p=$6&rss=1
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9+_"]+)-([a-z]+)-([0-9]+)-([A-Za-z0-9_]+).html shop.php?c=$1&n=$2&k=$3&s=$4&p=$5
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9+_"]+)-([a-z]+)-([0-9]+)-([A-Za-z0-9_]+).rss shop.php?c=$1&n=$2&k=$3&s=$4&p=$5&rss=1
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([a-z]+)-([0-9]+)-([A-Za-z0-9_]+).html shop.php?c=$1&n=$2&s=$3&p=$4
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([a-z]+)-([0-9]+)-([A-Za-z0-9_]+).rss shop.php?c=$1&n=$2&s=$3&p=$4&rss=1
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9]+)-([A-Za-z0-9_]+).html shop.php?c=$1&n=$2&i=$3
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9]+)-([A-Za-z0-9_]+).rss shop.php?c=$1&n=$2&i=$3&rss=1
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9_]+).html shop.php?c=$1&n=$2
    RewriteRule ^([A-Za-z0-9]+)-([a-z0-9]+)-([A-Za-z0-9_]+).rss shop.php?c=$1&n=$2&rss=1
    RewriteRule ^page-([A-Za-z0-9+_"]+).html shop.php?a=$1
    RewriteRule ^([A-Za-z0-9]+)-([A-Za-z0-9_]+).html shop.php?c=$1
    RewriteRule ^([A-Za-z0-9]+)-([A-Za-z0-9_]+).rss shop.php?c=$1&rss=1
    RewriteRule ^item-([A-Za-z0-9]+) shop.php?i=$1
    RewriteRule ^search-([A-Za-z0-9+_"]+) shop.php?k=$1

    Thanks everyone..

Viewing 5 replies - 1 through 5 (of 5 total)
  • create an .htaccess for the /wordpress folder and add this line
    DirectoryIndex index.php

    Thread Starter RichDevman

    (@webdevoman)

    Geez, I feel soo stupid… lol

    I will give that a shot and let you know and thanks for the speedy reply.

    Thread Starter RichDevman

    (@webdevoman)

    Thanks for trying but I think you misunderstood what the problem is….The problem is that the script will just not display. It is not a redirection problem or anything…

    By the way–when I remove that main htaccess file the blog works fine. I have tried everything I can think of to add to the htaccess and I have tried to add a new htaccess to the wordpress folder as well in addition to trying the one you just posted sambull…

    I am no good with htaccess and I know this has to be a line or two…

    Thanks for trying.. I must be close..

    Thread Starter RichDevman

    (@webdevoman)

    Does anyone else have a somewhat simple solution to this dilemma? I can get other blog script working but ofcourse I always prefer WPress.. The point is, if other script will work than it should be reasonable to expect the best blog scriupt of all time to malso work..

    Please assist you WordPress Gurus you!!! hehe

    Thanks,

    webdevoman

    Thread Starter RichDevman

    (@webdevoman)

    First off I am sorry for the spelling error in my original post’s title….

    Just like Pitt said in Troy, Is there no-one else??? Is there no-one else????? lol

    Is this really an impossible situation? There is really no way I can install a WordPress blog on a sub domain of a associate-o-matic site? I just hate working with anything else other than W-Press..

    I tried another script and instead of having a million awesome plug ins they have a few that cost an arm and a leg. $60 just to add rss posts to my sites.

    Thanks for trying but I am still hoping…

    Webdevoman

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress on Associatomatic site not wortking’ is closed to new replies.