Indexes in URLS
Hello.
It's been pointed out that the URLs of our pages all end in index.html. There's been a request to change this. However, I've noticed that other university websites have it setup this way as well.
Is there a reason why Cascade generates the URLs as such? Can it be changed? If so, would it be beneficial to do so? Would changing it negatively affect Cascade in any way?
Discussions are closed to public comments.
If you need help with Cascade CMS please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by mrenfer on Mar 08, 2011 @ 05:34 PM
To provide an example:
http://gardner-webb.edu/undergraduate/index.html
Would be changed to:
http://gardner-webb.edu/undergraduate.html
2 Posted by Amy on Mar 08, 2011 @ 10:14 PM
'index.html' is simply the default file that a web server will serve up when site visitors are accessing a specific directory. http://en.wikipedia.org/wiki/Webserver_directory_index
In your example, http://gardner-webb.edu/undergraduate/index.html will direct you to the 'index' page of the 'undergraduate' folder, whereas http://gardner-webb.edu/undergraduate.html would direct you to the 'undergraduate' page in the base folder of the website. Changing one to the other is fairly simple but would require changes in the folder structure of your site, which is typically set up by your organization.
3 Posted by Michael McGinni... on Jul 18, 2011 @ 07:14 PM
When you ask "why Cascade generates the URLs as such," you may be referring to an earlier version (we're using 6.7.5). Because we can choose any filenames we want, by combining the page name and the extension from the Configuration.
Sticking with index.html helps make your site more future-proof. That way, you can advertise your page as simply http://gardner-webb.edu/undergraduate/, and that will continue to work even if you later switch the file names to index.php, default.asp, or index.htm. Of course, it requires more folders.
Tim closed this discussion on Mar 07, 2012 @ 02:37 AM.