Опа, опять начал :(
Есть ещё идеи?
Ещё можно погуглить на тему iefixpng.htc - универсальное AFAIK решение для PNG и IE
Конечно можно!
А :) Сорри)
Конечно лишнее :DDD
Для индексации всё равно понадобится 301
RewriteRule category\.php\?id=([0-9]+)&page=([0-9]+) ^category/$1/$2 [R=301,L]
по идее рекурсии не должно быть
RewriteRule ^(.*)$ http://site.ru/$1 [R=301,L]
RoundCube - на AJAX и можно много всего крутануть
* или передавать noimage.php, в котором
<?header("HTTP/1.1 404 Not Found");?>Нет такой картинки :)
! - знак отрицания
<?function get_images($directory='/',$max_pics = 10){ $return = array(); if ($handle = opendir($directory)) { $i = 0; while (false !== ($file = readdir($handle)) || $i<=$max_pics) { if ($file != "." && $file != ".." && substr(mime_content_type($file),0,5) == 'image') { $return[] = $file; $i++; } } closedir($handle); } return $return;}$path = '/folder';$images = get_images($path);if(count($images) > 0){ foreach($images as $image){ echo '<a href="'.htmlspecialchars($path.$image).'" target="_blank"><img src="'.htmlspecialchars($path.$image).'" border="0" alt="" width="50" ></a>'; }}?>
мм?