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.
Issues
-
- New to forums
- Posts: 6
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Jan 23, 2012 11:07 am
Re: Issues
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.
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.
-
- New to forums
- Posts: 6
- Joined: Mon Jan 23, 2012 11:07 am
Re: Issues
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
"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
Re: Issues
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?
-
- New to forums
- Posts: 6
- Joined: Mon Jan 23, 2012 11:07 am
Re: Issues
I seem to have fixed the issue: http://zakum.site.nfoservers.com/