Luckyjj842
01-04-2007, 10:05 AM
If like me you install eSyndicate directory software onto 1and1 web server you will almost certainly have problems with mod_rewrite.
To resolve this issue install the esyndicate software as instructed. After deleting the Install folder you will need to manually change your .htaccess file. (This is found in the directory you installed at)
You will need to find the following line:
RewriteEngine on
Paste the following information directly underneath RewriteEngine on:
RewriteBase /
RewriteRule ^([a-z]+)\.html$ /index.php?$1 [R,L]
Save the file and upload it again replacing your original .htaccess file.
Your version should now work perfectly
To resolve this issue install the esyndicate software as instructed. After deleting the Install folder you will need to manually change your .htaccess file. (This is found in the directory you installed at)
You will need to find the following line:
RewriteEngine on
Paste the following information directly underneath RewriteEngine on:
RewriteBase /
RewriteRule ^([a-z]+)\.html$ /index.php?$1 [R,L]
Save the file and upload it again replacing your original .htaccess file.
Your version should now work perfectly