Find programmers and grapic design experts at ScriptLance.com
<? DEW-CODE.COM  
Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Moved server - Links no longer working (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Moved server - Links no longer working
#373
whats_up_skip (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Moved server - Links no longer working 6 Months, 1 Week ago Karma: 0  
I have moved server and the Dew-NewPhplinks is no longer working. I can still access the admin section, so I think the problem is with the mod write code, but it could be a different version of php or MySQL that is causing the problem.

I am now using:
PHP version 5.2.5
MySQL version 5.0.51a-community
Apache version 1.3.41 (Unix)

The ".htaccess" file previously contained

<Files directory>
ForceType application/x-httpd-php
</Files>


This did not work so I tried the following I saw suggested some where:

<Files directory>
ForceType application/x-httpd-php
#ForceType x-httpd-php
#SetHandler application/x-httpd-php
#SetHandler application/x-httpd-php5
</Files>

This has not worked either. Any suggestions?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#374
Dewed (User)
Administrator
Posts: 250
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Moved server - Links no longer working 6 Months, 1 Week ago Karma: 7  
The pound sign basically disables the 3 line of code in the .htaccess file..

ForceType application/x-httpd-php
#ForceType x-httpd-php
#SetHandler application/x-httpd-php
#SetHandler application/x-httpd-php5

The bottom 3 lines are ignored.. and since it doesn't work, to try the next variation, by toggling the commented lines..

#ForceType application/x-httpd-php
ForceType x-httpd-php
#SetHandler application/x-httpd-php
#SetHandler application/x-httpd-php5

If that doesnt work ..

#ForceType application/x-httpd-php
#ForceType x-httpd-php
SetHandler application/x-httpd-php
#SetHandler application/x-httpd-php5

and if it still doesn't work

#ForceType application/x-httpd-php
#ForceType x-httpd-php
#SetHandler application/x-httpd-php
SetHandler application/x-httpd-php5

One of these 4 variations should work for you. If not, I can only suggest contacting your hosting provider.
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#375
whats_up_skip (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Moved server - Links no longer working 6 Months, 1 Week ago Karma: 0  
Makes sense when you explain it. Thanks again for your help, it solved the problem.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Newsflash

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008