Actions
Support #2124
closedSymlink to resources dir
Status:
Closed
Priority:
Low
Assignee:
-
Target version:
-
Start date:
08/21/2013
Due date:
% Done:
0%
Estimated time:
Description
Is it considered acceptable practice to create symlink to the /resources directory from the application root? I had it linked from html docroot but mod rewrite requires +FollowSymLinks which caused my rewrite commands to check that link every time the app was called in the browser :(
mkdir /usr/local/Wt/
cp -R /usr/local/src/wt-3.2.1/resources /usr/local/Wt/
#cp -rs /usr/local/Wt/resources/ /var/www/appl
Updated by Wim Dumon over 11 years ago
- Status changed from New to Resolved
At first sight I don't see a problem with that. They're static files, they have to be where your http server looks for them.
BR,
Wim.
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed
Actions