404 eror read robots txt or other file txt.
-
New Pligger
404 eror read robots txt or other file txt.
my site can't read /open robots.txt or other file txt.. but its already existing files in the root. please help me...
-
Senior Member
Probably a permission issue. Contact your host about it.
-
New Pligger
Got the solution...
Edit your .htaccess file
Find:
<files ~ "\.(tpl|txt)$">
and Replace it with:
<files ~ "\.(tpl)$">
-
New Pligger

Originally Posted by
kreativi
Got the solution...
Edit your .
htaccess file
Find:
<files ~ "\.(tpl|txt)$">
and
Replace it with:
<files ~ "\.(tpl)$">
This work! Thanks
-
New Pligger

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>
-
Junior Member

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
Similar Threads
-
By pradip200 in forum Questions & Comments
Replies: 1
Last Post: 12-19-2011, 08:03 PM
-
By acea in forum Questions & Comments
Replies: 1
Last Post: 10-08-2009, 01:11 PM
-
By lacasuela in forum Questions & Comments
Replies: 0
Last Post: 03-12-2008, 11:48 AM
-
By jamfull in forum Questions & Comments
Replies: 3
Last Post: 01-31-2008, 08:51 AM
-
By soulja90 in forum Questions & Comments
Replies: 2
Last Post: 07-31-2007, 07:10 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules