I have a folder in ‘/sites/all/libraries/folder’.
In this folder some html files are automatically generated with a drupal module.
In my navigation block a created a link ‘mysite.com/folder’ that is a redirect from ‘/sites/all/libraries/folder’.
I can see the index.html. On this page are links to the other files that gets generated, like ‘2011-05-15_14:00_001.html’.
But when I open the file, I get an acces denied error.
When I go to mysite.com/sites/all/libraries/folder/2011-05-15_14:00_001.html’, I don’t get the acces denied error.
How can I fix this?
Thanks
In your Drupal root there is a .htaccess file that will route all requests through Drupal bootstrap by default, you probably want to either:
the Drupal installation
checked through the bootstrap
redirects to each individual file you
have, in the same way you created
your redirect ‘mysite.com/folder’ to
‘/sites/all/libraries/folder’.