We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

After 1.8.4 update, start page is "blogs", not "main" | Forum

dave Leader
dave Dec 1 '16
ok here is what i think you should try, uninstall the blog and the advanced blog plugins.  And then lets see what happens 
Kimmo Kivelä
Kimmo Kivelä Dec 1 '16
Ok. 
dave Leader
dave Dec 1 '16
also if this is a registered domain, what is the domain name that you registered
dave Leader
dave Dec 1 '16
i mean for the addon domain, what did you register
Kimmo Kivelä
Kimmo Kivelä Dec 1 '16

 - Warning

Message:Can't generate URI! Route `` not found!File:/srv/disk1/1746522/www/colossus.fi/ow/ow_core/router.phpLine:236

Shall I continue?

I went to installed plugins.
The Forum post is edited by Kimmo Kivelä Dec 1 '16
dave Leader
dave Dec 1 '16
yeah just uninstall both of those plugins 
Kimmo Kivelä
Kimmo Kivelä Dec 1 '16
Done. Now it goes to "events".
dave Leader
dave Dec 1 '16
your url should be the addon domain url not the public_html


in other words i have my main site  site.com and i have a addon domain of site2.com


i should be addressing that site2.com as site2.com  even though in my file directory the domain is a sub folder of site.com


so what name did you register for your addon domain

Kimmo Kivelä
Kimmo Kivelä Dec 1 '16
I think I've answered wrong. The site is registered colossus.fi, and /ow is just a subfolder for that.
dave Leader
dave Dec 1 '16
OK so its not a addon domain with a registration, you just created the ow folder and stuck oxwall in that folder... is that correct 
Kimmo Kivelä
Kimmo Kivelä Dec 1 '16
Yes!
dave Leader
dave Dec 1 '16
if that is correct, show me what your ow_includes/config.php shows, please remove any sensitive data like Database login info and such... 
dave Leader
dave Dec 1 '16
so this is working  http://colossus.fi/ow/index


i also want to see your htaccess file please

Kimmo Kivelä
Kimmo Kivelä Dec 1 '16
OK.
Kimmo Kivelä
Kimmo Kivelä Dec 1 '16
config.php

<?php


define('OW_URL_HOME', 'http://colossus.fi/ow/');


define('OW_DB_HOST', 'pdb13.awardspace.net');

define('OW_DB_PORT', null);

define('OW_DB_USER', '

define('OW_DB_PASSWORD', '

define('OW_DB_NAME', '1'


define('OW_DB_PREFIX', 'tucg_');


define('OW_DIR_USERFILES', OW_DIR_ROOT.'ow_userfiles'.DS);

define('OW_DIR_STATIC', OW_DIR_ROOT.'ow_static'.DS);

define('OW_URL_STATIC', OW_URL_HOME.'ow_static/');

define('OW_URL_USERFILES', OW_URL_HOME.'ow_userfiles/');

define('OW_DIR_PLUGINFILES', OW_DIR_ROOT.'ow_pluginfiles/');


define('OW_PASSWORD_SALT', 'X9ru2wWlr1JvT');


define('OW_DIR_CORE', OW_DIR_ROOT.'ow_core'.DS);

define('OW_DIR_INC', OW_DIR_ROOT.'ow_includes'.DS);

define('OW_DIR_LIB', OW_DIR_ROOT.'ow_libraries'.DS);

define('OW_DIR_UTIL', OW_DIR_ROOT.'ow_utilities'.DS);

define('OW_DIR_PLUGIN', OW_DIR_ROOT.'ow_plugins'.DS);

define('OW_DIR_THEME', OW_DIR_ROOT.'ow_themes'.DS);

define('OW_DIR_SYSTEM_PLUGIN', OW_DIR_ROOT.'ow_system_plugins'.DS);

define('OW_DIR_SMARTY', OW_DIR_ROOT.'ow_smarty'.DS);


define('OW_USE_CLOUDFILES', false);


if ( defined('OW_CRON') )

    define('OW_DEBUG_MODE', false);

    define('OW_DEV_MODE', false);

    define('OW_PROFILER_ENABLE', false);

else 

    /**

    * Make changes in this block if you want to enable DEV mode and DEBUG mode

    */

    

    define('OW_DEBUG_MODE', true);

    define('OW_DEV_MODE', false);

    define('OW_PROFILER_ENABLE', false); 

}


Kimmo Kivelä
Kimmo Kivelä Dec 1 '16
root .htaccess:

RewriteEngine On 

RewriteCond %{SERVER_PORT} 80 

RewriteRule ^(.*)$ http://colossus.fi/ow/$1 [R,L]


dave Leader
dave Dec 1 '16
that is not the default htaccess file that comes with Oxwall do you still have the download copy of the software?
dave Leader
dave Dec 1 '16

here you go


 


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} !^/index\.php

RewriteCond %{REQUEST_URI} !/ow_updates/index\.php

RewriteCond %{REQUEST_URI} !/ow_updates/

RewriteCond %{REQUEST_URI} !/ow_cron/run\.php

RewriteCond %{REQUEST_URI} !/e500\.php

RewriteCond %{REQUEST_URI} !/captcha\.php

#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]

RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]

RewriteRule (.*) index.php



The Forum post is edited by dave Dec 1 '16
dave Leader
dave Dec 1 '16
be sure you paste that to notepad first then to your file and comment out the other stuff with a #
The Forum post is edited by dave Dec 1 '16
Kimmo Kivelä
Kimmo Kivelä Dec 1 '16

You mean the .htacces I have in folder "ow"?

Pages: « 1 2 3 »