简体   繁体   中英

html front end on joomla based site

thanks in advance for any and all suggestions.

I am trying to put a temp site built in Adobe Muse in place of the existing Joomla site and I am wondering if in doing that, I can till link to the original Joomla site. eg: as an "archive" page perhaps.

If not, I'd still like to be able to do that without damaging the original Joomla site itself. The original Joomla site doesn't need to be seen (online).

I don't want to work in Joomla, I don't want a Joomla plug-in.

thanks in advance.

If your Adobe Muse website has an index.html (instead of index.php), then this will work for you, all you need to do is to ensure that your .htaccess file first processes the index.html file, and then the index.php file. So, in order to access your Joomla website, your link should be http://www.yourwebiste.com/index.php . Here's the line that you should add in your .htaccess file:

DirectoryIndex index.html index.php

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM