Issues

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Reinier324
New to forums
New to forums
Posts: 6
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Jan 23, 2012 11:07 am

Issues

Post by Reinier324 »

Hello,
There seems to be something wrong with http://zakum.site.nfoservers.com/
Could it have to do with cURL or mod_rewrite?

Thanks in advance.
User avatar
Edge100x
Founder
Founder
Posts: 13121
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Issues

Post by Edge100x »

Both cURL and mod_rewrite are supported by our systems here and known to work properly.

A 500 is a generic error that could indicate a problem with your script or with permissions (ref: http://www.nfoservers.com/forums/viewto ... =19&t=3737). There could also be a problem with your .htaccess file, if you're using a custom one. I'd recommend investigating each possibility and backtracking to a working configuration before trying to re-customize.
Reinier324
New to forums
New to forums
Posts: 6
Joined: Mon Jan 23, 2012 11:07 am

Re: Issues

Post by Reinier324 »

My .htaccess file should be fine.

"Congratulations, your .htaccess code appears to be valid."

# BEGIN YOURLS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /yourls-loader.php [L]
</IfModule>
# END YOURLS
User avatar
Edge100x
Founder
Founder
Posts: 13121
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Issues

Post by Edge100x »

That was one of the things that I suggested you check. Moving onto some of the others, does yourls-loader.php run properly when you visit its URL directly? DOes it work when run from the command prompt? Are you certain that it has the correct permissions?
Reinier324
New to forums
New to forums
Posts: 6
Joined: Mon Jan 23, 2012 11:07 am

Re: Issues

Post by Reinier324 »

I seem to have fixed the issue: http://zakum.site.nfoservers.com/
Post Reply