Help - Search - Members - Calendar
Full Version: Snews
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
mandiom
Ok.. I have a problem with sNews 1.6...

Is "mod_rewrite" enabled in these servers? Also, in the pinned thread ".htaccess" status, I do not understand what I am supposed to do to make my .htaccess work...

Here's the code from sNews .htacess:
CODE
<IfModule mod_php4.c>
    php_value session.use_trans_sid 0
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
RewriteEngine On
#RewriteBase /sNews16
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*) $1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?category=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z_]+)/([^/]+) index.php?category=$1&title=$2 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z_]+)/([^/]+)/([^/]+)/ index.php?category=$1&title=$2&commentspage=$3 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z0-9_-]+)/([0-9]+)/ index.php?category=$1&nbsp;articlespage=$2 [L]


If I put it in the /sNews16/ directory, a 404 errors pops up... If I put it in root, a 505 pops up...

Can anyone give me a hand here?
Thnx guys
allstar
Mod_rewrite is disabled currently, but the Zymic staff is talking about it possibly being enabled in the future.

Now about the .htaccess, just delete it.
mandiom
Thanks for the reply =)

The thing is, the .htaccess is required by sNews...

I guess I can't run sNews here. At least most other cms's are compatible ;-)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.