|
OK, I just completely deleted all of the old plg files and recommends folder, installed it completely fresh and added the campaigns via the normal plg admin area (i.e. I did NOT upload the old campaigns.txt, etc. files like I mentioned above)
I am still getting the same 500 internal error message, so it appears that this is the same .htaccess / add-on domain problem several other people were talking about.
I need to have an .htaccess file in public_html with the command:
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml
...do I need to add some code to .htaccess files in public_html and/or the add-on domain directory and/or the plg directory, if so what is the code. I know moderator may fix it if I give login details, but can you tell me what to do myself, as I will probably want to install plg on other add-on domains in the future.
BTW, I am using the old version that excludes the plg .htaccess files.
I also seem to be having the same problem with plg in the main public_html directory, i.e. NOT an add-on domain.
|