etiennelj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links to PDFs work, yet same URLs return a 404 error…I’m not sure how to use LambdaTest… I launch the test, but nothing seems to happen… I’ll check that again later… Thanks!
Forum: Fixing WordPress
In reply to: Links to PDFs work, yet same URLs return a 404 error…Ok!
Forum: Fixing WordPress
In reply to: Links to PDFs work, yet same URLs return a 404 error…Done!
Thanks!What type of test should I perform?
Forum: Fixing WordPress
In reply to: Links to PDFs work, yet same URLs return a 404 error…I’ve just tried on my iPhone (both Safari and Chrome, in private mode), and it works… I’m not logged in to WordPress or anything… This is driving me crazy!
Forum: Fixing WordPress
In reply to: Links to PDFs work, yet same URLs return a 404 error…Hum… So the .htaccess file is fine…
It works for me, even in incognito/private mode… I’ve tried in Safari, Chrome and Firefox…
What on earth could it be…!
Forum: Fixing WordPress
In reply to: Links to PDFs work, yet same URLs return a 404 error…I couldn’t find another .htaccess file in the uploads directory… I’ve tried regenerating a new .htaccess file, and it seems to be working, but when I look in the FTP client, the last modified date of the file isn’t updated…
Here is the .htaccess file I have:
AddType x-mapp-php5 .php # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressAnything weird or problematic here?
Thanks!
Forum: Fixing WordPress
In reply to: Links to PDFs work, yet same URLs return a 404 error…I’ve just checked the files using a FTP client. The files are there! I can download them, no problem. But somehow, WordPress can’t seem to fetch them… Even the URL for the file I get from the FTP client, which is slightly different from the one used in WordPress, doesn’t work (e.g., http://www.histal.net/clickandbuilds/Histal/wp-content/uploads/2011/07/El-papel-de-la-traduccio%CC%81n-en-el-proceso-de-independencia-de-Venezuela.pdf)
Forum: Fixing WordPress
In reply to: Links to PDFs work, yet same URLs return a 404 error…Oh, really? It works for me as a link… weird… I’ve also tried the “Permalinks” trick, but unfortunately without success. The files all show up in WP’s “Media Library”, but I’ll try and see directly from a FTP client… Thank you!