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)
-   -   htaccess problem (http://www.mysidiaadoptables.com/forum/showthread.php?t=1264)

BMR777 01-21-2010 02:14 PM

RE: htaccess problem
 
You have to change the adoptables200 part in the .htaccess file to reflect the name of the folder where the script is installed. If you installed on the root of your domain get rid of the /adoptables200 part alltogether. :)

Soslowly 01-22-2010 05:33 PM

RE: htaccess problem
 
thanks for support but the image still not showing up :(
i removed /adoptables200 but nothing.... i need a miracle! :(

Soslowly 01-25-2010 03:01 PM

RE: htaccess problem
 
problem not solved

BMR777 01-25-2010 04:25 PM

RE: htaccess problem
 
What is the full site URL to your adoptables installation? For example, yoursite.com/adoptables or something like that.

Also, what is the .htaccess code you are using in your .htaccess file currently?

This is either an issue of something not being set up correctly or your host not working correctly with .htaccess.

Soslowly 01-26-2010 02:59 AM

RE: htaccess problem
 
the script is in the root: adottami.cz.cc

.htaccess:

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/([0-9]+).gif$ /siggy.php?id=$1 [L]

BMR777 01-26-2010 02:20 PM

RE: htaccess problem
 
Quote:

Originally Posted by Soslowly
the script is in the root: adottami.cz.cc

.htaccess:

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/([0-9]+).gif$ /siggy.php?id=$1 [L]

That looks like it should work. The only other thing I can think is maybe:

Code:

RewriteRule ^get/([0-9]+).gif$ /siggy.php?id=$1 [L]
Should be:

Code:

RewriteRule ^get/([0-9]+).gif$ siggy.php?id=$1 [L]
Try that and see if the alternate images work then. :)

Soslowly 01-26-2010 03:13 PM

RE: htaccess problem
 
Code:

Page not found

The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.

Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.

- Click the Back button in your browser to try another link.
- Use a search engine like Google to look for information on the Internet.

HTTP 404 - File not found

:(

BMR777 01-26-2010 04:21 PM

RE: htaccess problem
 
Quote:

Originally Posted by Soslowly
Code:

Page not found

The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.

Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.

- Click the Back button in your browser to try another link.
- Use a search engine like Google to look for information on the Internet.

HTTP 404 - File not found

:(

What is the URL you are trying to call up?

Soslowly 01-27-2010 01:39 AM

RE: htaccess problem
 
The image of the 2nd code (bbcode):

Code:

http://www.adottami.cz.cc/get/11.gif

Soslowly 01-30-2010 12:42 PM

RE: htaccess problem
 
help pleaze


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.