Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Nothing seems to be working? (http://www.mysidiaadoptables.com/forum/showthread.php?t=4262)

Starrunner 09-18-2013 06:57 AM

Nothing seems to be working?
 
Hello,
I tried installing mysidia adoptables on many different hosts, and it works fine on two. But what ever i click [Log in, home, adopt everything] sends me to the hosts page and tells me that side does not exist or something.. Any help?

thanks in advance

Hall of Famer 09-18-2013 07:08 AM

Chances are you have entered the wrong domain and/or script path during installation process.

Tequila 09-18-2013 07:10 AM

Could you tell me what format the file named htaccess is in? Is it htaccess.txt or .htaccess?

Starrunner 09-18-2013 03:41 PM

@Hall i think i have entered good domain
@tequila sorry, where can i find that file?

And this is what is it saying: 404 not found The Website/Page you are trying to access has not been found on our server. Please try again later

Tequila 09-18-2013 06:30 PM

Could you post your inc/config.php file? Just star (****) out your passwords, we'll take a look and see what needs fixed. :3

Hall of Famer 09-18-2013 07:21 PM

Quote:

Originally Posted by Starrunner (Post 28037)
@Hall i think i have entered good domain
@tequila sorry, where can i find that file?

And this is what is it saying: 404 not found The Website/Page you are trying to access has not been found on our server. Please try again later

I am mostly referring to script path, most people with your problem had it wrong rather than domain. The domain is easier to figure out, but script path may give newbies headache. Also note both domain and script path are case-sensitive, I've had users whose sites aint working 'cause they forget to capitalize/decapitalize script path.

Starrunner 09-19-2013 05:00 AM

Ok here it is:

<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST', 'mysql.neq3.com'); //DB Hostname
define('DBUSER', 'u297917717_digi'); //DB Username
define('DBPASS', '********'); //DB Password
define('DBNAME', 'u297917717_digi'); //Your database name
define('DOMAIN', 'primaryvillage.uco.im'); //Your domain name (No http, www or . )
define('SCRIPTPATH', ''); //The folder you installed this script in
define('PREFIX', 'adopts_');
?>

and yeah i dont believe i have doing anything with script paths, so if you say so it might be a problem? :/
-- thank you guys for the support :happycbig:

Tequila 09-19-2013 07:18 AM

Looks like everything is fine there...
Could you check to see if you have a .htaccess file in your main directory? It's contents would look like this:
PHP Code:

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/$[L

Otherwise if the file is htaccess.txt you'll need to "rename" the file in your file manager/ftp manager to .htaccess.

Starrunner 09-21-2013 05:52 AM

I searched that file but it was not in my root/main directory. It was in install folder and it was .htaccess

Tequila 09-21-2013 06:58 AM

There should also be one in the root. Try copy/pasting the information I gave into a new file and name it .htaccess. Place the file in the root directory and let me know what happens.


All times are GMT -5. The time now is 05:45 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.