htaccess help

GtoXic

x10 Support
Messages
636
Reaction score
17
Points
0
Could someone help me fix http://pastebin.com/w2M67Wmj? An answer ASAP would be good :). This is a code ignitor application. It has been established that the image storage section should be inside the application folder, which is not writable. This might change later, but for the moment I need a work-around. What came to mind is either writing a dynamic image-loading controller, or a rule in htaccess. But it doesn't work because I suck with htaccess.
URL I am using: https://clockpad/images/uploads/cb3440f6e6d3e3676d9898ef3cdbeb241942c649.png.
Real path of image relative to htdocs: ../application/uploads/images/contacts
 
Last edited:

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Sample code is good, but you haven't clearly stated the problem. Always explicitly state what you want and what you have. Short code samples should be placed in the post, in case the linked site ever goes down or the page gets edited, so that people with the same problem can resolve it by reading this thread.
 
Top