G’day!
So I am running a wampserver, and I have a few aliases on the server. The problem is that the aliases are rather ugly, and I would like to make a nicer looking one, but I cannot find the location of said alias Index.php.
Thanks!
G’day!
So I am running a wampserver, and I have a few aliases on the server. The problem is that the aliases are rather ugly, and I would like to make a nicer looking one, but I cannot find the location of said alias Index.php.
Thanks!
What you are trying to do can be rudimentarily done through the .htaccess
file however it is better to do it through the actual site configuration files.
(Please be aware that on an actual apache server this would likely require mod_alias
extension.)
You will essentially be creating something similar to THIS (tweak as needed)
However, as it is a WAMPserver. You will quickly find the files you need through the GUI (or you can browse to the installation directory and find it under the apache configurations)
ah thanks alot mate, you are really helpful.