Jump to content
Syndicate

NEWS PAGES ADDONS

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.