nOOb question on .htaccess

Status
Not open for further replies.

blessed1

New member
Dec 6, 2007
6
0
0
onlinebusinesscentersite.com
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:

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.
 


I'm a newbie in IM and to this forum, so I may have asked for help in the newbie forum and it should have been here. That may be the reason I didn't receive a response(not even a head bashing). I am having a problem with my .htaccess not redirecting as it should. Maybe someone can take a look and see something that I am not. I have been searching for a solution for this for the last couple of days.

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]

I keep getting 404 error page when I click on the links in my main page.
http://onlinebusinesscentersite.com

I think this may be the problem:
RewriteRule ^images/e/(.*)$ http://thumbs.ebaystatic.com/pict/$1 [R,L]
It does not appear to actually be working.

This URL:
http://onlinebusinesscentersite.com/images/e/300184559324_0.jpg
Should redirect to here:
http://thumbs.ebaystatic.com/pict/300184559324_0.jpg
But it doesn't, as you can see by clicking those links.

Thanks in advance for help.
 
Quit making threads about the same fucking topic. You make one more thread about this shit and your ass will be banned.
 
I stated from the beginning that I was not sure where to put the post. Thanks for your kind words. Wish we could have met on the battle field. Didn't think someone having a problem would be considered as shit.
 
Go to digitalpoint and post your SPAM your shit there because they have crap mods and Shawn really doesn't give a shit aslong as his adsense checks keep coming in. I know the answer and I would help If I didn't think your just trying to build shitty back links.
 
Go to digitalpoint and post your SPAM your shit there because they have crap mods and Shawn really doesn't give a shit aslong as his adsense checks keep coming in. I know the answer and I would help If I didn't think your just trying to build shitty back links.

With a whopping 25 post, I see you are an authority on the subject:Yahoo_29:...If you would have taken the time to look before you opened that dumbass hole in your face, you would have seen it is a legitimate request. If you know the answer, which I doubt, I'm sure someone else does also:)
 
I'm redirecting with .htaccess, but I only get a 404 error "page not found" when I click on the links of the products.
the links on your page are pointing to agent.php. agent isn't even mentioned in your htaccess so this has nothing to do with htaccess. the agent.php file itself would have to exist which it obviously doesn't.
 
Thanks Chuckle....Install instructions stated to put agent.php in site root, however, I have the actual site running a directory below. I think this is the prob. I'm going to move agent.php and test.

Thanks for the kick in the butt!!!

Problem solved Chuckle....Thank You!!
 
Last edited:
Status
Not open for further replies.