Hey, I want to standardize the URL that users use to get to my site.
For example, I want to change:
to:
and I want to change:
to:
Basically I want to make sure every page has the www component of the
url, and I want to add the index.php to the home page url if it's not
present. How can I do this either from PHP or using a different method?
For example, I want to change:
to:
and I want to change:
to:
Basically I want to make sure every page has the www component of the
url, and I want to add the index.php to the home page url if it's not
present. How can I do this either from PHP or using a different method?
Comment