Okay this might be little off from programming. But if let's say that I have a website that its url is rewritten from
www.example.com?index.php?id=1&cat=category&title=My-Title
to
www.example.com/1/category/My-Title
will it be able to be searched as the second Url by search engines? For example, if I type "category my-title" Google will show
www.example.com/1/category/My-Title
instead of
www.example.com?index.php?id=1&cat=category&title=My-Title
Or is there any necessary code need to be added to htaccess file?
www.example.com?index.php?id=1&cat=category&title=My-Titleand it will work without any problems. - jeroen