Richieboy67
Account Suspended
- Impact
- 6
I just recently swicthed my store over to proASM from Freekrai. I was using the free version before and now I go to the paid version of course I cannot get it to function and of course I can find no support anywhere...
I believe the problem is with htaccess.....
The problem is when I switch seo mode on I can pull all the products etc but when clicking on them I get redirected back to the main page. WhenI turn seo off I can get no products. I have tried almost everything..
Here is my htaccess at the present moment. I have tried changing it many times..
Whoever can fix this or help me fix it will get a free featured link in my pr4 directory. People pay $25 a year right now for this..
Thanks so much ahead of time....
The store is here - Check it out and you will see the problem..
Rich
I believe the problem is with htaccess.....
The problem is when I switch seo mode on I can pull all the products etc but when clicking on them I get redirected back to the main page. WhenI turn seo off I can get no products. I have tried almost everything..
Here is my htaccess at the present moment. I have tried changing it many times..
PHP:
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^index.html$ index.php
RewriteRule ^(.*)/(.*)-search-(.*)-(.*)-(.*).html index.php?Operation=ItemSearch&SearchIndex=$1&$2=$3&Sort=$4&ItemPage=$5 [QSA,L]
RewriteRule ^(.*)/(.*)-search-(.*)-(.*).html index.php?Operation=ItemSearch&SearchIndex=$1&$2=$3&Sort=$4 [QSA,L]
RewriteRule ^(.*)/(.*)-search-(.*).html index.php?Operation=ItemSearch&SearchIndex=$1&$2=$3 [QSA,L]
RewriteRule ^(.*)/browse-(.*)-(.*)-(.*).html index.php?Operation=ItemSearch&SearchIndex=$1&BrowseNode=$2&Sort=$3&ItemPage=$4 [QSA,L]
RewriteRule ^(.*)/browse-(.*)-(.*).html index.php?Operation=ItemSearch&SearchIndex=$1&BrowseNode=$2&Sort=$3 [QSA,L]
RewriteRule ^(.*)/browse-(.*).html index.php?Operation=ItemSearch&SearchIndex=$1&BrowseNode=$2 [QSA,L]
RewriteRule ^(.*)/(.*).html index.php?Operation=ItemLookup&ItemId=$1 [QSA,L]
RewriteRule ^(.*).html?$ index.php?SearchIndex=$1 [QSA,L]
Whoever can fix this or help me fix it will get a free featured link in my pr4 directory. People pay $25 a year right now for this..
Thanks so much ahead of time....
The store is here - Check it out and you will see the problem..
Rich






