nixnotwin
nixnotwin

Reputation: 2403

accessing custom static html files in joomla

I created some static html files (along with an index.html file) and put them within a "files" directory within the joomla parent directory. And I entered this address in the browser http://mydomain/files but it gives a 403 error. The current file permission on the 'files' directory is 755. How can I access the files on my browser?

Upvotes: 0

Views: 122

Answers (1)

dimitrisli
dimitrisli

Reputation: 21401

have you tried accessing your files explicitly: http://mydomain/files/youTestFile ?

Upvotes: 1

Related Questions