Sisimizi's Download Folder - Open In New Window
PermalinkI uploaded some files.
I see the files.
When I click on a file I get:
Page Not Found
No page could be found at this address.
Any suggestions?
http://www.ughly.com/dto/
Click on the Download tab and pick a file.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
you do not need to use modrewrite for that, you can change that from block configuration page using the "Substitute URL" field.
But I guess the problem is something different. Where did you upload the files for your downloads (to which folder) ?
Your files link tohttp://www.ughly.com/dto/index.php/downloads/downloads/Golf_Truisms... - you probably did create a folder "downloads" within your c5 installation folder for that. In this case your website "downloads" cannot have the same page name. Try changing the name for download folder then. Don't forget to change it on the block configuration, too. ;)
If that's not the problem please let me know where exactly you placed the download folder (you can do that by private message if you prefer to keep it non public).
Or use one of the attached view.php files and simply replace the original one. I've included files for the 1.0 version and 2.0 beta (available on the marketplace forums as attachment in this post:http://www.concrete5.org/marketplace/addons/download_folder/support... )
I will add this function as an option on the next version ;)