Options +FollowSymLinks
RewriteEngine On
AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
ForceType text/css
</FilesMatch>
RewriteCond %{REQUEST_URI} .*/http-bind
RewriteRule (.*) /http-bind [L]
RewriteCond %{HTTP_HOST} !forum.prefko.com$
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
RewriteCond %{REQUEST_URI} !/ow_updates/
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
You can done,!?This opened the install form, i entered the website info, then I entered the database info and then on the third page it gives me HTTP 500 error :(
Unzip or put oxwall in to plublic \oxwall_folder
run in ie. explorer be localhost/oxwall_folder/install then enter
Done . Next you will see step show on page I.e.
Hope this can help
I have tested the db connection data with a php file and it is correct, it works. :(
error.log shows nothing, access.log shows:
Can you install Oxwall on your own machine for testing? If so, the same procedure must work on my dedicated server as well.
What I'm confused about is why is there so many, what I would consider, special requirements for oxwall? I hate to compare, but WP, phpBB, myBB and a few others took me less than 5 minutes to install and I would expect the same from oxwall...