Hi everyone I uploaded a site in to a folder named new and I made a redirection of the site to this folder. Please see the attached file. The error folders and stats folders, not work for the redirection and show error 404. To solve this behavior, I made a simbolic link of the folders (error and stats) into the folder new and everything worked again, except the graphics of awstats, they are not show correctly and the stats don't look well (Please see the second attached file) . How can I solve this? Infraestructure: Apache 2.2 Thank you for your asistance.
Hi everyone I solved the error about not looking correctly the images of awstats. I don' t know if was the best way, because I wanted to solved with alias or rewrite commands in the apache directive. For the moment, I made a simbolic link into a folder "new" like this: ln -s /usr/share/awstats/icon awstats-icon I think that I can do this alias into .htaccess in to the folder "new" to remove simbolic links that I made. I go to try this idea and after I tell you what happen.