This shows you the differences between two versions of the page.
|
lmfancierurl [2012/07/30 00:24] leo |
lmfancierurl [2012/07/30 00:26] (current) leo [Installation] |
||
|---|---|---|---|
| Line 37: | Line 37: | ||
| * Go to the Plugins page in the admin area. You should be able to select the plugin in the dropdown list under the "Install New Plugin" section and press the "Install Plugin" button. | * Go to the Plugins page in the admin area. You should be able to select the plugin in the dropdown list under the "Install New Plugin" section and press the "Install Plugin" button. | ||
| * You now need to make some changes to your Nucleus CMS installation: | * You now need to make some changes to your Nucleus CMS installation: | ||
| - | * Create a ".htaccess" file to the root directory of your Nucleus CMS installation with the following contents: <IfModule mod_rewrite.c> | + | * Create a ".htaccess" file to the root directory of your Nucleus CMS installation with the following contents: |
| + | |||
| + | <IfModule mod_rewrite.c> | ||
| RewriteEngine on | RewriteEngine on | ||
| RewriteCond %{REQUEST_FILENAME} !-f | RewriteCond %{REQUEST_FILENAME} !-f | ||
| RewriteCond %{REQUEST_FILENAME} !-d | RewriteCond %{REQUEST_FILENAME} !-d | ||
| RewriteRule ^(.*)$ index.php?virtualpath=$1 [L,QSA] | RewriteRule ^(.*)$ index.php?virtualpath=$1 [L,QSA] | ||
| - | </IfModule> | + | </IfModule> |
| - | * Edit the "index.php", "xml-rss2.php" and "atom.php" files which you can find in your Nucleus installation directory. Change the value of the "CONF['Self']" variable from the default value (the name of the php-file) to the URL that points to your Nucleus installation directory (**without the ending slash**), for example: CONF['Self'] = 'http://yourdomain.com/yourNucleusDirectory'; | + | |
| + | * Edit the "index.php", "xml-rss2.php" and "atom.php" files which you can find in your Nucleus installation directory. Change the value of the "CONF['Self']" variable from the default value (the name of the php-file) to the URL that points to your Nucleus installation directory (**without the ending slash**), for example: | ||
| + | |||
| + | CONF['Self'] = 'http://yourdomain.com/yourNucleusDirectory'; | ||
| * Enable the 'Fancy URLs' in the Nucleus admin area, you can find this setting under //Management > Configuration//. | * Enable the 'Fancy URLs' in the Nucleus admin area, you can find this setting under //Management > Configuration//. | ||