Jednak, przepisuje on także linki dla obrazków.
Przykład.
adres forum-
Kod
http://www.adres.pl/serwery-reksio/reksio-tp-f-39.html
adres obrazka do załadowania-
Kod
http://www.adres.pl/images/black_games/off.gif
jak przepisuje adres obrazka-
Kod
http://www.reksio-cs.pl/serwery-reksio/images/black_games/off.gif
I chodzi mi o to, czy da się zrobić jakoś tak aby dla tego katalogu nie przepisywało linków.
Czy jest to możliwe?
Mój htaccess
# //seo_mod_start RewriteEngine On # Uncomment the following and add your forum path if rewrites arent working properly RewriteBase / RewriteRule ^index.html$ index.php [L,NE] RewriteRule ^(.*)-t-([0-9]+).html(.*)$ showthread.php?tid=$2$3 [QSA,L] RewriteRule ^(.*)-t-([0-9]+)-([0-9]+).html$ showthread.php?tid=$2&page=$3 [QSA,L] RewriteRule ^(.*)-f-([0-9]+).html(.*)$ forumdisplay.php?fid=$2$3 [QSA,L] RewriteRule ^(.*)-u-([0-9]+).html$ member.php?action=profile&uid=$2 [QSA,L] RewriteRule ^members/(.*)-([0-9]+).html$ member.php?action=profile&uid=$2 [QSA,L] RewriteRule ^(.*)/(.*)-f-([0-9]+).html(.*)$ forumdisplay.php?fid=$2$3 [QSA,L] RewriteRule ^(.*)-f-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&page=$3 [QSA,L] RewriteRule ^(.*)-f-([0-9]+)-([a-z]+)(-|-[a-z]+)-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&sortby=$3&order=$4&datecut=$5&page=$6$7 [L] RewriteRule ^(.*)-a-([0-9]+).html$ announcements.php?aid=$2 [L] # //seo_mod_end