OK, here's what I would do to
Create a whole new directory under your http root directory call it test
load in a fresh new version of WP
install ONLY S2M
Do not install anything or load in any other theme
Copy one of the big files you have on from the original site and try to download it.
Now, if you get the same error 500, then you have a limited host account.
Solution: Change host company
If you are not getting any errors, then it must be something with you r current installation.
What can you do:
Backup your live site (database, and folders, files).
to do that, create a folder under your public http and call it BACKUP/
make sure you copy, not cut
after you done with the back up, go to S2m and make sure that Safe guard site information is ON
If you have any log files you would like to save, make sure you save them
uninstall S2m and and load in a fresh new downloaded version of s2m. override all s2m files
When done, copy back your mp3 files under the s2m folder and make sure .htaccess is there too
Clear your browser cache any try your links.
IF you still getting errors, then it's not s2m. It might be something with WP installation. The only thing I can think of is the .htaccess file. if you have the permalink structure customized then it should look like this
- Code: Select all
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I don't think you are using the permalink structure because you still using page IDs. Then your .htaccess should be empty or does not exist unless you are using some other plugin that utilize the .htaccess file
If it all fails, then you might need to reconstruct the whole site again by installing everything from scratch.
BUT, if your host company is giving you hard time in providing you with small requests like the log files then i would move on to better one.
I usually don't like this structure
/hermes/bosweb/web282/b2824/ipw.stephengilligan/public_html/
Sam