Hello guys.
I need help, can someone help me to fix that Module with:
[MOD] Pfeile als Overlay auf Bild (arrows as overlay on picture)
http://www.4homepages.de/forum/index.php?topic=31028.0That Module is using function $prev... and $next... image_name, image_url, image_file, thumb_file from categories.php file.
After i do arrow navigation it is giving me:
www.yourwebsite.com/%C2%A0My .htaccess file is:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| RewriteEngine On
#RewriteBase /
RewriteRule ^cat-(.*)-([0-9]+)\.htm$ categories.php?cat_id=$2&%{QUERY_STRING} RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING} #Mod_bmollet : Image name in URL RewriteRule ^img-(.*)-([0-9]+)\.htm$ details.php?image_id=$2&%{QUERY_STRING} RewriteRule ^img([0-9]+)\.search.htm$ details.php?image_id=$1&%{QUERY_STRING} RewriteRule ^img([0-9]+)\.lightbox.htm$ details.php?image_id=$1&%{QUERY_STRING} RewriteRule ^next_image_url-(.*)-([0-9]+)\.htm$ details.php?image_id=$2&%{QUERY_STRING}
#Mod_bmollet : This is to make search function work ( redirect links from search results ) RewriteRule ^search\.htm$ search.php?%{QUERY_STRING} RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING} RewriteRule ^lightbox\.htm$ lightbox.php?%{QUERY_STRING} RewriteRule ^lightbox\.([0-9]+)\.htm$ lightbox.php?page=$1&%{QUERY_STRING} |
Please HELP!
Thank You:)