Almost for all thing I use my index.php with the value of 'page' as a criterion. However when I view my products which is something like this
www.mysite.com/index.php?page= 2&kwd=1.0096&de scription=Love to give&type=album
to be viewed
www.mysite.com+ album+1.0096+Lo ve to give
note that I do not have a problem with the slashes as seperators but then I have to change all the src's attributes of the images and I have read somewhere that woth anything else like '+' or ':' as a separator will work, is it true (in a working example with slashes tried to replace them in the .htaccess file with + and got object not found both when I commented the + and when not);
the is also the point of having in my description spaces, in an example of two with multiwork get worked ok, but read somewhere I have to pass them through urlencode() or something like that, is it necessery and changes this anything in the .htaccess file?
www.mysite.com/index.php?page= 2&kwd=1.0096&de scription=Love to give&type=album
to be viewed
www.mysite.com+ album+1.0096+Lo ve to give
note that I do not have a problem with the slashes as seperators but then I have to change all the src's attributes of the images and I have read somewhere that woth anything else like '+' or ':' as a separator will work, is it true (in a working example with slashes tried to replace them in the .htaccess file with + and got object not found both when I commented the + and when not);
the is also the point of having in my description spaces, in an example of two with multiwork get worked ok, but read somewhere I have to pass them through urlencode() or something like that, is it necessery and changes this anything in the .htaccess file?
Comment