View Full Version : I can't do anything on my wesite
erica65404
12-14-2013, 07:23 PM
for some reason the only page on my website that works is the home page. I can't click on any links or login in. It sends me to a page that says
404 Not Found
The resource requested could not be found on this server!
I have never done anything like this before so I wouldn't even know where to start. Some one help me please
AlexC
12-14-2013, 07:27 PM
What do the urls look like when you go to another page?
Can you link me to your website so I can have a look?
erica65404
12-14-2013, 07:39 PM
my websites name is http://adoptees.x10.mx/ and it will sent me to the page I ask for, but the only thing that shows up is 404 Not Found. For example, when I try to login http://adoptees.x10.mx/login
AlexC
12-14-2013, 07:42 PM
... hmm.
Question - when you uploaded your files, did you upload one called .htaccess to your host? It might be hidden, you can check if hidden files are displayed on your computer.
erica65404
12-14-2013, 07:58 PM
I have 5 different ones.
/public_html/.htaccess
/public_html/picuploads/gif/.htaccess
/public_html/picuploads/jpg/.htaccess
/public_html/inc/ckeditor/.htaccess
/public_html/admincp/.htaccess
It says I have these, but i can't find any of them.
AlexC
12-14-2013, 08:02 PM
And your .htaccess in the public_html folder has the following in it?;
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_URI} !\.(js|css|gif|jpg|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^get/([0-9]+).gif$ /click/siggy/$1 [L]
Would you be against me looking at your files on your host? Or would you not be comfortable with that?
erica65404
12-14-2013, 08:18 PM
That would be really helpful
AlexC
12-14-2013, 08:32 PM
I'll message you now about it.
Hall of Famer
12-14-2013, 11:57 PM
It does not look to me that there is any problem with her site, did you fix it already AlexC?
AlexC
12-15-2013, 12:25 AM
Ah, yes. Forgot to post. Issue was with the .htaccess not having any content, I just copied the one I had and fixed it pretty easily~
Daronna
01-12-2014, 08:27 AM
Forgive me if I have posted this before, I simply can't find an answer
Hi
I am having the exact same problem as erica65404 above trying to login. Brand new install. This is the 3rd time I have done a complete, fresh install and the same problem happens
the .php extension is missing when I try to log in from the main page it redirects me to /login .... without the .php extension.
I have successfully installed this, I can clearly see the main page and all of the tables in mysql. I can see all of my particulars I entered when I was installing in the database.
Mysidia Adoptables v1.3.4 Installation Wizard
Step 6: Installation Complete!
You will need to Log In to your installation ...etc. The link in Log In points to exactly where I need to go http://mywebsite.com/mydirectory/login.php (notice the .php at the end) yet when I login I get redirected to http://mywebsite.com/mydirectory/login (no .php extension, thus Page Not Found.
This is my .htaccess file
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_URI} !\.(js|css|gif|jpg|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^get/([0-9]+).gif$ /click/siggy/$1 [L]
I would really like to try this program and appreciate any help with this
Thank you
Daronna
Hall of Famer
01-12-2014, 11:27 AM
Well the link you should go to definitely does not contain .php extension at the end of its url, otherwise you are doing it wrong. I have not checked what the installation tutorial, so theres a chance that the tutorial has not been up to date. Anyway you should not end up with a url that ends with .php.
The page not found error has nothing to do with the url, most likely your webhost does not enable mod_rewrite or that your installation configuration is incorrect. You can ask your webhost whether mod_rewrite is enabled, and if the answer is yes you will have to modify your config.php's domain and scriptpath settings to correct the mistakes you possibly made during installation.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.