my site can't read /open robots.txt or other file txt.. but its already existing files in the root. please help me...
Probably a permission issue. Contact your host about it.
Got the solution... Edit your .htaccess file Find: <files ~ "\.(tpl|txt)$"> and Replace it with: <files ~ "\.(tpl)$">
Originally Posted by kreativi Got the solution... Edit your .htaccess file Find: <files ~ "\.(tpl|txt)$"> and Replace it with: <files ~ "\.(tpl)$"> This work! Thanks
Originally Posted by kreativi Got the solution... Edit your .htaccess file Find: <files ~ "\.(tpl|txt)$"> and Replace it with: <files ~ "\.(tpl)$"> additional: you can also do this to block a certain file. <files LICENSE.txt> order deny,allow allow from none deny from all </files>
Originally Posted by kreativi Got the solution... Edit your .htaccess file Find: <files ~ "\.(tpl|txt)$"> and Replace it with: <files ~ "\.(tpl)$"> I can also confirm this worked... Thank you very much for sharing this
Forum Rules