View • Attachments (0) • Info
This tutorial is based on a typical scenario, which is developing on XAMPP locally (Win XP Pro) and deploying on a typical LAMP server environment. The same steps will work for any source server with little or no modification, unless to the .htaccess file or the method of accessing your database.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# If your MODx installation is in a subdirectory, change the following line to
# match the physical path to the "root" of the site as follows:
# RewriteRule ^(.*)$ /path/to/subdirectory/index.php?q=$1 [L,QSA]
RewriteRule ^(.*)$ /modxcms/index.php?q=$1 [L,QSA]
Don't forget to rename the .htaccess file in the /manager folder to turn off the RewriteEngine for that folder.
|
Browse Space |
Explore Confluence |
Your Account |
Add Content |
|
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. |