i've a little problem with Apache mod rewrite
configuration.
I need to have an url like this:
http://mysite.com/search+terms
I've tried this config in htaccess
but it does not work:
RewriteRule ^(.*)$ /search.php?s=$1
It return to me an 500 Internal Server Error
.
How I can fix it? Thank you.