Newbie trying something new....
Hi guys,
My first post, so bash away if you feel you must. I have recently tried my hand at IM because I'm a disabled veteran and need a venue to make a living from home. I'm not sure how to ask this question, but I have put up some auction sites through cj/ebay affiliate program and I can't seem to get the links to click through to the ebay auction products. I'm redirecting with .htaccess, but I only get a 404 error "page not found" when I click on the links of the products. I have used the search here for the last couple days, but can't seem to find anything to fix the problem. Like I said, I'm a newbie, so if posting my .htaccess file is wrong...sorry! But here goes:
Here is my blog addy: http://onlinebusinesscentersite.com
If I have violated any rules, was not intentional. Read the rules post several times before posting.
Thanks in advance!!!
PS: Now the insults and head bashing can began.
Hi guys,
My first post, so bash away if you feel you must. I have recently tried my hand at IM because I'm a disabled veteran and need a venue to make a living from home. I'm not sure how to ask this question, but I have put up some auction sites through cj/ebay affiliate program and I can't seem to get the links to click through to the ebay auction products. I'm redirecting with .htaccess, but I only get a 404 error "page not found" when I click on the links of the products. I have used the search here for the last couple days, but can't seem to find anything to fix the problem. Like I said, I'm a newbie, so if posting my .htaccess file is wrong...sorry! But here goes:
RewriteEngine On
RewriteBase /
RewriteRule sitemap.html sitemap.php
RewriteRule sitemap-([0-9]*).html sitemap.php?page_number=$1
RewriteRule ^(.*).html$ results.php?page_keyword=$1
RewriteRule ^images/e/(.*)$ http://thumbs.ebaystatic.com/pict/$1 [R,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Here is my blog addy: http://onlinebusinesscentersite.com
If I have violated any rules, was not intentional. Read the rules post several times before posting.
Thanks in advance!!!
PS: Now the insults and head bashing can began.