Forum Moderators: coopster
example.com/folder/index.php?c=dz
Since its the index page I can shorten that to:
example.com/folder/?c=dz
Is there a way to set it up so incoming links can be even shorter, something like:
example.com/folder/dz
And if possible, would it be advisable?
Thanks
Good luck!
eelix
By using example.com/folder/dz you are saying that a directory, dz, exists and that you are accessing the index file of that directory.
Thats not strictly true eelixduppy. If you use mod_rewrite you can accomplish this. It makes for more search engine friendly URLs and can also be more secure as it masks the programming language.
Jeremy_H, if you are running an Apache server, try posting in the Apache forums:
[webmasterworld.com...]
dc
eelix