|
|
|
|
|
by yoursunny
1831 days ago
|
|
Since I switched from ASP to PHP (2008), I avoided file extensions in page URI in most cases, and instead placed every page into its own folder.
This is compatible with every web server without using rewrite rules. When I switched from PHP to static generators (2017), most URIs continued working without redirects. |
|