1 $info["fulltext"] = preg_replace_callback(2 $search2,3 function($matches) use ($search, $uniq) {4 return preg_replace($search,$uniq,$matches[0]);5 },6 $info["fulltext"]7 ); Read More
posted @ 2014-04-08 13:39 siyed Views(126) Comments(0) Diggs(0) Edit
location/keywords {indexindex.php;try_files$uri$uri//keywords/index.php?q=$uri&$args;}apache:.htaccess 1 Options +FollowSymLinks 2 IndexIgnore */* 3 RewriteEngine on 4 #RewriteCond %{REQUEST_URI} !^.*(\.htm|\.xml|\.css|\.js|\.gif|\.png|\.jpg|\.jpeg|\.GIF|\.PNG|\.JPG|\.JPEG|\.DAT|\.dat|\.php)$|.* Read More
posted @ 2014-04-08 09:30 siyed Views(830) Comments(0) Diggs(0) Edit