Dynamic url change into seo friendly url
A very common problem, but couldn't fix the issue. I want http://website.de/page.php?module=helios into http://website.de/page/helios I have tried lots of .htaccess code like this one, but still page sends to 404. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$…