Wordpress htaccess problem
        Posted  
        
            by ajithperuva
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ajithperuva
        
        
        
        Published on 2010-03-19T08:04:47Z
        Indexed on 
            2010/03/19
            8:11 UTC
        
        
        Read the original article
        Hit count: 237
        
url
|url-rewriting
I have some problem with my htaccess file .here am adding my problem.Please help me My actual url is as follows http://localhost/buydualit/?searchitem=toaster&pagenum=1 here by using my .htaccess am rewrited my url as http://localhost/buydualit/toaster-1/
My url rewriting rule is like follows
RewriteRule ^[A-Za-z-0-9,\"'-\/]+-([0-9]+)\/$ buydualit/index.php?pagenum=$1&searchitem=$2
In this rule how can i retrieve toaster from http://localhost/buydualit/toaster-1/ (searchitem=$2 which is not getting) please help me
© Stack Overflow or respective owner