0

I'm creating a blog in NetSuite using an SSP application.

The SSP application sits at /blog and the SSP page is /blog/index.ssp

Is there any way at all to make that just /blog ? It would look so much better.

Is there some kind of trick, like a default index page like normal websites have. or some way to use a url component? I know I can add a redirect from /blog to /blog/index.ssp but it still shows index.ssp.

Gordon Truslove
  • 109
  • 1
  • 1
  • 10

2 Answers2

1

I'm not sure if it's possible to install any framework or platform like wordpress or magento inside netsuite ssp appication.

But for now the most and effective way of creating website in netsuite is to follow the way how SCA SuiteCommerce do or you also use that one instead. Because it uses the things that you are looking for like a url component.

Hope this one help.

Thanks,

Romeo
  • 149
  • 8
0

I dont think thats possible. It requires lot of code development work. U must need a sca version of netsuite netsuite support memebers says that sca can be customised not created from scratch.contact netsuite for more info

alternatively u can setup a link for your third party blog in sca websites inside the netsuite

sathish
  • 32
  • 9
  • I worked out that is is possible to remove the .ssp extension from the file but that stops any tags from working. So, it's pretty much impossible. – Gordon Truslove Apr 18 '17 at 14:20