PROBLEM plugin css file 403 error on fedora - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: PROBLEM plugin css file 403 error on fedora (/showthread.php?tid=9603) |
plugin css file 403 error on fedora - cobber - 2017-04-26 Morning, hoping someone can help I'm testing a plugin I'm in the process of making and wanted to use a css file I made. I registered it and queued it as stated in the docs and all works fine in MS windows but on Fedora localhost I'm getting a 403 error. I have an .htaccess file with 'Allow for all' in the plugin folder 'pageAccess' and the same again in the corresponding sub folder 'css' folder. Other plugins such as flat-blue have the same setup so what am I doing wrong? Any ideas please RE: plugin css file 403 error on fedora - shawn_a - 2017-04-26 Hmm permissiions? RE: plugin css file 403 error on fedora - cobber - 2017-04-27 (2017-04-26, 22:08:32)shawn_a Wrote: Hmm permissiions? Permissions are set to 777 temporarily on local host. I even tried chown to apache but nothing. will keep investigating RE: plugin css file 403 error on fedora - shawn_a - 2017-04-27 What version of apache 2.2 ? You might need tonuse the new allow files in tmp folder RE: plugin css file 403 error on fedora - Carlos - 2017-04-27 (2017-04-26, 19:05:26)cobber Wrote: [...] Allow from all RE: plugin css file 403 error on fedora - cobber - 2017-04-27 (2017-04-27, 17:41:24)Carlos Wrote:(2017-04-26, 19:05:26)cobber Wrote: [...] No sorry it was a typo in the forum, Allow from all is what I have. Thanks though RE: plugin css file 403 error on fedora - shawn_a - 2017-04-27 That is old version RE: plugin css file 403 error on fedora - cobber - 2017-04-27 (2017-04-27, 21:51:08)shawn_a Wrote: That is old version Thanks Shawn, I'll check the relevant docs online ... it's been a while Cheers RE: plugin css file 403 error on fedora - shawn_a - 2017-04-29 Access files are provided in admin inc tmp i think RE: plugin css file 403 error on fedora - cobber - 2017-05-01 (2017-04-29, 10:03:01)shawn_a Wrote: Access files are provided in admin inc tmp i think Thanks again, just taking a quick look now. |