I need to redirect all urls with dash to a specific page.
For example:
site.com/this-url
to site.com/page.php?url=this-url
RewriteRule
RewriteRule ^(.+-.+)$ page.php?url=$1
just hang http. No response.
What is wrong and how it can be done?