I have had a wampserver running for years and now after a reinstall and restore from backup (due to hardware failure) my alias's no longer seem to work. I have all my images for the site in an alias so they cannot be ripped from the site.
I am running the latest 64bit version of wampserver on Windows 11, here is the code for my alias, is there anything that I have missed?
Alias /astronomy "C:/wamp64/_astronomy/"
<Directory "C:/wamp64/_astronomy/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride all
Require all granted
</Directory>
I am running the latest 64bit version of wampserver on Windows 11, here is the code for my alias, is there anything that I have missed?
Alias /astronomy "C:/wamp64/_astronomy/"
<Directory "C:/wamp64/_astronomy/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride all
Require all granted
</Directory>