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

When click at menu it goes to home = index.php , | Forum

Syazwan
Syazwan Jun 16 '14
I'm using oxwall script and I wanna ask for help because when i click on any menu for example i clicked on shop plugins and it keep going to home or index.php , already try modify htacess , I don't understand a little in htacess this is my site www.hye-me.com/exhye-me


i installed oxwall in sub file ex-hye-me

and this is htaccess in home file 


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://www.hye-me.com/exhye-me/

RewriteRule (.*) /http://www.hye-me.com/exhye-me/ [L]

RewriteCond %{HTTP_HOST} !http://www.hye-me.com/exhye-me/

$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|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]RewriteRule (.*) index.php

The Forum post is edited by Syazwan Jun 16 '14
ross Team
ross Jun 16 '14
I just checked your website and did not see the Oxwall attribution link. 

I checked whether you're among the eligible members to remove and you're not. Please restore the attribution link first, then'll proceed with your case. 

Syazwan
Syazwan Jun 16 '14
i don't know how because my friends that installed and i don't know how to do it , so sorry , can you can help me to restore it ??
ross Team
ross Jun 16 '14

Follow instructions given bellow to add the attribution links from your site.

1 .  Go to ow_themes/name-of-your-currently-active-theme-here/master_pages


    edit following files: dndindex.html, general.html>>

    add following piece of code:


<div style="float:right;padding-bottom: 30px;">

{$bottomPoweredByLink}

</div>


2. Go to ow_themes/Origin/master_pages >>

       edit admin.html and add:



<div style="float:right;padding-bottom: 30px;">

{$bottomPoweredByLink}

</div>

or you can just download the theme you're using and replace certain files. 

Syazwan
Syazwan Jun 16 '14
Oh okay i'll just replace the theme and it's okay ? that small things i know , but to edit code or complex thing i don't know , ok i'll do it.
ross Team
ross Jun 16 '14
also, please after you do that enable dev mode for the changes to take effect. 
Syazwan
Syazwan Jun 16 '14
sorry but how to enable that ? 
ross Team
Syazwan
Syazwan Jun 16 '14
Oh okay , wait i'm uploading the theme . 
Syazwan
Syazwan Jun 16 '14
Ok done with theme and edit to "true" sir , can you check is it right ?
Attachments:
  Configgg.png (45.21Kb)
ross Team
ross Jun 16 '14
alright, now everything is ok. you can disable debug and dev modes. Can you please elaborate your problem, because when I gave it a test, everything works like it should be. What shop plugins are you referring to?
Syazwan
Syazwan Jun 16 '14
Ok , the problem is when i or other user click on any menu , it will goes to index.php or home , for more example , I as admin , i i wan to open admin section but cannot , it keep go to index.php , before this it keep go to error 404 but i don't know what my friend did and now it keep going to home , shop that i said is shop plugins i bought from oxwall store . 
ross Team
ross Jun 16 '14
can you please remove these lines from .htaccess file: 


RewriteCond %{REQUEST_URI} .*/http://www.hye-me.com/exhye-me/

RewriteRule (.*) /http://www.hye-me.com/exhye-me/ [L]

RewriteCond %{HTTP_HOST} !http://www.hye-me.com/exhye-me/

Syazwan
Syazwan Jun 16 '14
it will be like this right ?

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} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]RewriteRule (.*) index.php

ross Team
ross Jun 16 '14
Yes. and please disable dev mode
The Forum post is edited by ross Jun 16 '14
ross Team
ross Jun 16 '14
Your website is down, there's something wrong on the server side. 



The Forum post is edited by ross Jun 16 '14
Syazwan
Syazwan Jun 16 '14
now sometime it said internal error and sometime can acess , so weird .. so what should i do ?
ross Team
ross Jun 16 '14
Ok, it's back. Actually I don't see anything you're talking about. Every menu item is working. If i go to http://www.hye-me.com/exhye-me/admin I get to the sign-in popup. No redirects to index page at all. 
Syazwan
Syazwan Jun 16 '14
Really ? because lots of my user complain of that and i face the same problem , i think it is because i installed oxwall in sub file in my ftp . is there any way that i can copy oxwall file from inside that sub file and istalled it on main without damage any Databased connection ? 
ross Team
ross Jun 16 '14
yes, you just need to copy the files to the main folder and change your URI line in the config.php file. 


However I recommend you to change hosting company or server as the one you use is very slow and gives out a lot of 500 error while browsing the website. 

Pages: 1 2 »