We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Rar file problem | Forum

Topic location: Forum home » Support » General Questions
jyoti
jyoti Nov 11 '13
 i hv uploaded a rar file in my web server name DSP.rar . now when am going to download chatpen.com/DSP.rar its showing page not exist. what i hv to add in my .htaccess file?


ross Team
ross Nov 11 '13
That means that the rar file is in the wrong folder, you need to contact hosting provider and ask them to locate the folder which would respond to "www.yourdomain.com/file.rar"
fbkca
fbkca Nov 12 '13
Actually, I believe you need to allow rar files to be accessed. You need to make changes to your .htaccess file.


Perhaps ross can expand and provide and example but I think you need to add it to this line:


RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]


so perhaps it looks like this:


RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.rar|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]