Jump to content

Recommended Posts

Posted

Hi I would like to ask some help here due to my server web error. I cant add pages and news and cant see add content even content management was paste in addons folder and execute the 2 sql of news and pages.

PAGE NOT FOUND

The page you have requested was not found on our server. Please check the address and make sure it is correct, and try again.

/?module=news&action=view

I hope someone can help me and I know god will provide to your kindness. I will be grateful if you will help me. Thank you.

- If my topic is not in right section,please move it. Thanks.

Godbless

Posted

Open themes\default\main\index.php first line should be

<?php if (!defined('FLUX_ROOT')) exit;

Add this to your second line

$this->redirect($this->url('news','view'))

After you did that it should all work properly.

Posted

Open themes\default\main\index.php first line should be

<?php if (!defined('FLUX_ROOT')) exit;

Add this to your second line

$this->redirect($this->url('news','view'))

After you did that it should all work properly.

This is already set to content management.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...