I want to modify the URL on my server using .htaccess
but I'm facing some issues.
Checkout #Q2. here.
Rule #1:
https://example.com/site/index.php
https://example.com/site/
should get converted to short url.
https://example.com/
Rule #2:
https://example.com/
should load full url without expanding.
https://example.com/site/index.php
.
Rule #3:
https://example.com/a/site/index.php
https://example.com/b/site/index.php
https://example.com/a/site/
https://example.com/b/site/
should get converted to short url.
https://example.com/a/
https://example.com/b/
Note that: I want to remove the site
folder from URL's and I don't know to write .htaccess
, any help would be much appreciated.