Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
File download error
Hi
When in trying to download a file i get the error message:
The page you requested, file_download/20/Friends+of+Udayan+Newsletter+2009.pdf, was not found.
Please advise what is wrong
Thanks
Chris
Offline
Re: File download error
the address itself does work if the file name is removed (e.g. http://www.joa-udayan.co.uk/file_download/20) however the tags created by textpattern include the file name.
I have also tried experimenting with the file name to see if it works without spaces or lower case etc but with no avail.
My diagonstic tab does give the error “Clean URL test failed.” Could this be anything to do with it?
I enclose the diagnostic below:
Textpattern version: 4.2.0 (r3275)
Last Update: 2010-05-02 13:30:20/2010-05-07 21:33:14
Document root: /home/sites/joa-udayan.co.uk/public_html/ (/home/sites/joa-udayan.co.uk/public_html)
$path_to_site: /home/sites/joa-udayan.co.uk/public_html
Textpattern path: /home/sites/joa-udayan.co.uk/public_html/textpattern
Permanent link mode: section_id_title
Temporary directory path: /home/sites/joa-udayan.co.uk/public_html/textpattern/tmp
Site URL: www.joa-udayan.co.uk
PHP version: 5.2.12
GD Image Library: bundled (2.0.34 compatible); supported formats: GIF, JPG, PNG.
Server TZ: Europe/London
Server Local Time: 2010-06-21 23:33:57
DST enabled?: 1
auto_dst: 1
Time Zone: Europe/London (0)
MySQL: 5.0.89-community
Locale: English_United Kingdom.1252
Server: Apache/2
PHP Server API: cgi
RFC 2616 headers: 0
Server OS: Linux 2.6.9-89.0.25.ELsmp
Active plugins: rss_suparchive-0.15.1, rss_thumbpop-0.6.1m, mdp_sectionmenu-0.4.1m, rdt_dynamenus-0.6m, ako_nav-0.7m, pfa_beginning-0.5 rc3m, zem_rewrite-0.6m, kgr_safe_excerpt-0.2m, ajw_comment_alt-0.3, ajw_comment_num-0.2, rss_live_search-0.5, glx_recent_articles-0.4, ob1_if_section-0.2, upm_category_title-0.4.3, glx_image_count-0.2, glx_if-0.6.4, wet_article_thumb-0.2, rss_linkcat_list-0.1, zem_redirect-0.5m, kml_flashembed-1.1, zem_prblock-0.1, asy_captcha-1.0m, asy_spamexample-0.1m, zem_contact_reborn-4.0.3.20, zem_contact_lang-4.0.3.6, pap_contact_cleaner-0.1, nhn_image_import-0.1, glx_admin_image-2006.1m, glx_admin_db_tables-0.1, bas_img_selector-0.3, aba_image_import-0.4.3, rss_unlimited_categories-0.3, ign_password_protect-0.4.2c, rss_admin_db_manager-4.3m, fpx_image_import-0.3
theme_name: remora 4.2.0
Pre-flight check:
————————————
Clean URL test failed.
————————————
.htaccess file contents:
————————————
DirectoryIndex index.php index.html
RewriteBase /
Options +FollowSymLinks
Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
————————————
Offline
Pages: 1