WordPress on Associatomatic site not wortking
-
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)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WordPress on Associatomatic site not wortking’ is closed to new replies.