Page is a not externally linkable
arturito - 8:10 pm on Oct 3, 2009 (gmt 0)
Thanks for your reply! I'm now very familiar with RewriteRules but I applied your suggestions to my .htaccess But this doesn't seem to be working. I know I'm missing something here but cannot figure out what it is.
Hi Jim!
RewriteCond %{QUERY_STRING} s=([^&]+)
RewriteRule ^search/([^/]+)$ search.php?query=%1
RewriteRule ^search/([0-9])/([^/]+)$ search.php?query=%1&pageno=$1
RewriteRule ^search/([0-9])/(dateŠazŠza)/([^/]+)$ search.php?query=%1&pageno=$1&sort_order=$2