View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002140 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2010-09-29 17:53 | 2012-12-10 14:38 |
Reporter | d3 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 4.4.3 revision 30016 | ||||
Summary | 0002140: Conflict with Flash-Player and .htaccess on admin (wysiwigpro) | ||||
Description | if a flash-file(as Flash-movie,flvPlayer ) is added with the wysiwigpro to a longtext or an cms-page: the path to the file player.swf ist located to "admin/wysiwigpro/media/player.swf". 1) the file player.swf should be stored someware in "out/basic/" (maybe in src or media) 2) if the admin is behind a .htaccess, a dialog for username and passwort will be display | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
the problem here appears because .htaccess file is not configured correctly. @developers: expand description ( http://wiki.oxidforge.org/Tutorials/Best_Practice_Security_Actions ) with solution, how to setup .htaccess file to avoid such problems. |
|
Can add only url address when inserting/editing media object. Code created do not depend on local flash player. Images uploaded with wysiwig uploads to out/pictures directory and files uploaded over product are uploaded to out/pictures/media so both can be accessed. |