Error 404 Accessing Files & Other Pages

osensnolf4142

New Member
YetiShare User
Jul 30, 2014
9
0
0
I looked at the other 'Error 404' post but did not find a solution.

When I am logged in as the admin, if I click on a link to view an uploaded file, I get the 404 error.

I also get the error here: http://waverlybride.org/upload/account_home.html
and here: http://waverlybride.org/upload/account_home.html
and here: http://waverlybride.org/upload/account_edit.html

.htaccess is in the /upload folder
If there is a script I need to upload to test other functions, send it to me and I will do so.

Below is the .htaccess file.

Thanks in advance!
Steve
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Change the following line in .htaccess
Code:
RewriteBase /
To:
Code:
RewriteBase /upload/
"RewriteBase /" only works on the main directory (domain.com/) and not subdirectories (ie: domain.com/folder/).
You have to specify the directory: eg: "RewriteBase /folder/"

I removed the contents of the .htaccess from your post because a lot of the pirated versions of the script do not include the correct .htaccess file.