• Welcome to WooUSEFUL by PHPVIBE . Please log in.

How-To: Set Start Page

Started by SimpleTwist,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SimpleTwistTopic starter

How do I set the starting page to: www.mysite.com/blog/

Thanks
-jer
  •  

spirog

In admin create pages
  •  

SimpleTwistTopic starter

No - I mean set the domain index to load with blog - rather than videos.
  •  

Marius

This wasn't something I've built in, but I assume the easiest way is to look into index.php, instead of loading the component home, load blog, but you need a different url for blog then...test?

$router->map('/', 'home', array('methods' => 'GET', 'filters' => array('id' => '(\d+)')));
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)