/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* CHANGE httpd.conf */ <Directory /> Options Indexes FollowSymLinks AllowOverride None </Directory> /* TO */ <Directory /> Options Indexes FollowSymLinks AllowOverride All </Directory>