hi!
I wonder if it is possible to change the url in order to get a url like:
http://www.domain.tld/?page=contact
to replace:
http://www.domain.tld/contact/
Thank you
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
hi!
I wonder if it is possible to change the url in order to get a url like:
http://www.domain.tld/?page=contact
to replace:
http://www.domain.tld/contact/
Thank you
what is the server you are using?
I use OVH (hosting the largest in France) on a linux server
up
Have you tried using a URL like: http://localhost:90/sapphire/main.php?url=/
Doesn't solve all the uses with getting this working but hopefully is one step in the right direction.
Ben
yes it works fine but I would like to have all my links like this without any of my visitors do anything
Is the solution mentioned in ticket on Allow friendly URLs without mod_rewrite (helps support IIS 5.1, 6.0, too) any closer to what you want?
May I ask why you want that style of URL? A lot of times, CMS users want to move away from having query strings in their URLs.
Have a great day,
Ben