Mod_ReWrite problem….
-
I thought I had this problem figured out, but evidently not. I am having problem getting my images to show with the script that I have running on my wp blog. The script calls for the mod-rewrite to be enabled, however, the images will not show when it is enabled and when I click on one of the links, I get a 404 error. If I disable the mod-rewrite, the images will show, but I still get a 404 when I click on the links. I have included the .htaccess file in case someone would be so kind as to take a look at this for me:
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/(.*)$ https://thumbs.ebaystatic.com/pict/$1 [R,L]RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]https://www.onlinebusinesscentersite.com
Thank you in advance
- The topic ‘Mod_ReWrite problem….’ is closed to new replies.