Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- PHP and mod rewrite


arturito - 8:10 pm on Oct 3, 2009 (gmt 0)


Hi Jim!

Thanks for your reply! I'm now very familiar with RewriteRules but I applied your suggestions to my .htaccess


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

But this doesn't seem to be working. I know I'm missing something here but cannot figure out what it is.


Thread source:: http://www.webmasterworld.com/apache/3999881.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com