I have a question.
I have htacess file in my php page :
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ index.php?page=$1 [L]
And technically it works, for request like :
page.com/news
, but i need to add 2 segments in url, similar to the example above
page.com/type&style=something
How to get this to correct form, like :
page.com/type/something
And does it change something in SEO, i mean, the page with /type/something will get higher stats in search engines than /type&name=something?
Thanks!
/index.php?page=xxx. But i don't understand something. Where should/type/somethingforward to ? You're talking about/type&style=somethingbut what is it ? Existing rule ?/type/something? Toindex.php?