MOD_REWRITE REQUIRED I cannot get this to install

Kirk Sturgulewski Posted in Technical Support 8 years ago

OK so I have a hosting with iPage. I have multiple site running on my server. I have installed this in a folder named after the site. Now I never have any issues running multiple systems before wordpress, joomla, etc.

The installation haults saying MOD_REWRITE is required.

Here is my htaccess file

OpenSource-SocialNetwork

#
# @package (Informatikon.com).ossn
# @author OSSN Core Team <[email protected]>
# @copyright 2014 iNFORMATIKON TECHNOLOGIES
# @license General Public Licence http://opensource-socialnetwork.org/licence
# @link http://www.opensource-socialnetwork.org

Options -Indexes
Options +SymlinksIfOwnerMatch
DirectoryIndex index.php

<Files "error_log">
order allow,deny
deny from all
</Files>

<FilesMatch "(nginx|htaccess).dist">
order allow,deny
deny from all
</FilesMatch>

<IfModule mod_mime.c>
AddType image/vnd.microsoft.icon .ico
</IfModule>

<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 year"
</IfModule>

<FilesMatch ".(jpg|jpeg|gif|png|mp3|flv|mov|avi|3pg|html|htm|swf|js|css|ico)$">
FileETag MTime Size
</FilesMatch>

<IfModule mod_rewrite.c>

SetEnv HTTPMODREWRITE 1

RewriteEngine on

RewriteRule ^rewrite.php$ installation/tests/apache_rewrite.php [L]

RewriteRule ^action/([A-Za-z0-9\-/]+)$ system/handlers/actions.php?action=$1&%{QUERYSTRING} [L]

RewriteCond %{REQUESTFILENAME} !-d
RewriteCond %{REQUEST
FILENAME} !-f
RewriteRule ^([A-Za-z0-9\_-]+)$ index.php?h=$1 [QSA,L]

RewriteCond %{REQUESTFILENAME} !-d
RewriteCond %{REQUEST
FILENAME} !-f
RewriteRule ^([A-Za-z0-9\_-]+)/(.*)$ index.php?h=$1&p=$2 [QSA,L]

</IfModule>

<IfModule modphp5.c>
php
value memorylimit 128M
php
value registerglobals 0
php
value postmaxsize 8388608
phpvalue uploadmaxfilesize 5242880
php
value default_charset "UTF-8"
</IfModule>

This should be working but it is not. I am about to say your CMS is stinks been at this for 5 hours now with no avail.

Replies
us Kirk Sturgulewski Replied 8 years ago

OK so I tried what you said however every-time I start to fill that out I get a 500 server error. I delete the htaccess file get back to the the form to fill out and it refreshes back to 500 error. It seems to me this was written for dedicated server with no other items installed on it. which puts 90% of the people who use it out of luck since everyone is on shared hosting.

us Curt Guldenschuh Replied 8 years ago

When it stops at the point telling you mod rewrite is required tack the end of this onto your URL and it will install...

?page=settings

Premium Version

Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.

$199 (Life Time)
Learn More

Other Questions