Howtodude.NET / How to clone SmartSection manually
Views:6
Categories:
Howtodude.NET
> Computers
> Internet
> CMS
> XOOPS
Aim:SmartSection is a popular content management module for XOOPS, XOOPS Cube and ImpressCMS. If you want to create a copy of SmartSection 2.13, you can use the manual found in the file clone_info.txt which you receive when you download and extract SmartSection. Unfortunately, this is not an option of you can't run commands on your server. Here is a way to clone SmartSection manually.
How to clone SmartSection manually:Download SmartSection from www.smartfactory.ca and extract it. If you rewrite the URLs of your smartsection clone, merge the following code with your .htaccess file instead of the code presented in extra/seo/sample.htaccess file: RewriteEngine On RewriteRule ^staticcontent\.([a-z]+)\.([0-9.]+)/ modules/staticcontent/seo.php?seoOp=$1&seoArg=$2 # RewriteRule ^ss\.([a-z]+)\.([0-9.]+)/ modules/staticcontent/seo.php?seoOp=$1&seoArg=$2
Disclaimer: this howto reflects the personal opinion of the writer.
The comments are owned by the poster. We aren't responsible for their content.
Add YOUR own howtos today! It's fun, it's free, increase your productivity! Archive your own howtos on Howtodude.NET so that you can access these from everywhere at every time! |
|