Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Explain Please :: Archives ⇒ LEO troubles... :: Archived


LEO troubles... :: Archived
Ask questions and read explanations on how to use things/settings or why "X" is on page "Y."
Go to page 1, 2, 3  Next
Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  Explain Please

Topic Archived View previous topic :: View next topic  
Author Message
shenphen
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: May 19, 2004
Posts: 378
Location: Europe
PostPosted: Sun Feb 13, 2005 11:35 pm
Post subject: LEO troubles...

If I activate LEO, the links of the CPG_Main_Menu do not work anymore! Why? I have check the .htaccess, tried different ways, but still...

Thank you Smile


shenphen's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache/1.3.29 (Unix) / MySQL 4.0.24 / PHP v.4.3.10 / 9.0.4 (browser: Firefox 1.0.4)
Back to top
View user's profile Visit poster's website
Purus
Gold Supporter
Gold Supporter

Offline Offline
Joined: Aug 21, 2004
Posts: 418
Location: NY, USA
PostPosted: Mon Feb 14, 2005 5:42 am
Post subject: Re: LEO troubles...

Is it all the links, or just index.html? I had the same problem with index.html, so I changed mine back to index.php. The other ones worked fine though.

_________________
Purus Studios | Purus Studios: Dragonfly | The Pensive Penguin

Purus's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Shared Host / Linux / Apache 1.3.34 (Unix) / MySQL 4.1.11-standard / PHP 4.3.11 / CPG 9.0.6.1
Back to top
View user's profile Visit poster's website
mobileguy
Heavy poster
Heavy poster

Offline Offline
Joined: Jul 31, 2004
Posts: 189
Location: New Zealand
PostPosted: Mon Feb 14, 2005 7:15 am
Post subject: Re: LEO troubles...

LEO

Most be of the hottest issues around here ha ha

Word of advice its your server setup.

If you installed everything correctly and .htaccess is untouched by notepad (used notepad2 here in downloads) LEO works

see

www.cpgnuke.com/Forums...=6624.html

also check you dont have any pages like news.htm etc on your site

see www.cpgnuke.com/Forums...=7599.html

I posted this as if you do a search you will see so many posts that well anyway this is how I fixed it.

Apache server needs configuring.

Very Happy


mobileguy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD neptune 4.9-RELEASE - Apache 10333100 / MySQL 4.0.18 / PHP 4.3.10 / CPG Dragonfly 9.0.6.1
Back to top
View user's profile Send e-mail Visit poster's website ICQ Number
shenphen
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: May 19, 2004
Posts: 378
Location: Europe
PostPosted: Mon Feb 14, 2005 11:44 am
Post subject: Re: LEO troubles...

It's about all links. Except those I've added in CPG_MainMenu ie. using GetLink.

I've read what I found on forums, but couldn't solve the problem Sad


shenphen's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache/1.3.29 (Unix) / MySQL 4.0.24 / PHP v.4.3.10 / 9.0.4 (browser: Firefox 1.0.4)
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Mon Feb 14, 2005 1:16 pm
Post subject: Re: LEO troubles...

Does your site have mod rewrite enabled?

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
shenphen
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: May 19, 2004
Posts: 378
Location: Europe
PostPosted: Mon Feb 14, 2005 1:20 pm
Post subject: Re: LEO troubles...

How can I know? (I ask this questions already in an aother thread...)

Thank you Smile


shenphen's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache/1.3.29 (Unix) / MySQL 4.0.24 / PHP v.4.3.10 / 9.0.4 (browser: Firefox 1.0.4)
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Mon Feb 14, 2005 1:41 pm
Post subject: Re: LEO troubles...

ask your webhost if mod rewrite is enabled or use,
admin.php?op=info&mods

Look for "Loaded Modules" mod_rewrite.

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
shenphen
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: May 19, 2004
Posts: 378
Location: Europe
PostPosted: Mon Feb 14, 2005 1:49 pm
Post subject: Re: LEO troubles...

I don't see it listed Sad I'll ask the technical support... (oneandone.co.uk).

Thank you Smile


shenphen's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache/1.3.29 (Unix) / MySQL 4.0.24 / PHP v.4.3.10 / 9.0.4 (browser: Firefox 1.0.4)
Back to top
View user's profile Visit poster's website
Daimos
Heavy poster
Heavy poster

Offline Offline
Joined: Jan 14, 2005
Posts: 159
Location: Germany
PostPosted: Mon Feb 14, 2005 3:22 pm
Post subject: Re: LEO troubles...

I had problems with LEO aswell, tried both, Dragonfly in a subfolder, subdomain or directly in the webspace.

I did this to make it work:

Code::
RewriteBase /
RewriteRule /index\.html /index.php
RewriteRule ^([a-zA-Z0-9_=+-]*)\.html index=$1 [L,S=4]
RewriteRule ^([a-zA-Z0-9_]*)/([a-zA-Z0-9_]*)\.html index=$1&file=$2 [L,S=3]
RewriteRule ^([a-zA-Z0-9_]*)/([a-zA-Z0-9_]*)/(.*)\.html index=$1&file=$2&$3 [L,S=1]
RewriteRule ^([a-zA-Z0-9_]*)/(.*)\.html index=$1&file=index&$2  [L]
RewriteRule ^index=(.*[^/])/(.*) index=$1&$2 [N,L]
RewriteRule ^index=(.*) index.php?name=$1 [L]

i.e., I used the RewriteBase which was supposed to be used for subfolders for the main directory

_________________
Les fruits bien mûrs au goût de miel

Daimos's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Suse Linux/ Apache 1.3.29 (Unix)/ MySQL 4.0.20/ PHP 4.3.10/ Dragonfly 9.0.5.0
Back to top
View user's profile Visit poster's website MSN Messenger
shenphen
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: May 19, 2004
Posts: 378
Location: Europe
PostPosted: Tue Feb 15, 2005 12:46 am
Post subject: Re: LEO troubles...

This works super for me! Smile Thank you Daimos! Smile

Just to activate "rewriteBase" (though not having a subfolder) and to remove the "html"!

Great. Thanks Smile


shenphen's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache/1.3.29 (Unix) / MySQL 4.0.24 / PHP v.4.3.10 / 9.0.4 (browser: Firefox 1.0.4)
Back to top
View user's profile Visit poster's website
Chalnoth
Newbie
Newbie

Offline Offline
Joined: Jul 05, 2004
Posts: 7
Location: Melbourne - Australia
PostPosted: Tue Feb 15, 2005 7:16 am
Post subject: Re: LEO troubles...

Same here. Just set

RewriteBase /

and it all starts working.

Thanks for the heads up.


Chalnoth's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD 4.9-RELEASE-p2/1.3.29/4.0.18/4.3.6/9.1.1
Back to top
View user's profile Visit poster's website
mobileguy
Heavy poster
Heavy poster

Offline Offline
Joined: Jul 31, 2004
Posts: 189
Location: New Zealand
PostPosted: Tue Feb 15, 2005 9:10 am
Post subject: Re: LEO troubles...

Odd

You shoulnot have to change the .htaccess if you have you site in the default directory.

I have posted this as this is prob more do with how your server is setup and directories not being standard.

I would not recomend changing .htaccess

This is the standard .htaccess that works out of the box.

Recomendation change check your install and your server first.

# if you use LEO and CPG-Nuke is installed in a sub-directory like '/html',
# remove that # before RewriteBase and rename /html to the path of the sub-directory
# RewriteBase /html
RewriteRule /index\.html /index.php
RewriteRule ^([a-zA-Z0-9_=+-]*)\.html index=$1 [L,S=4]
RewriteRule ^([a-zA-Z0-9_]*)/([a-zA-Z0-9_]*)\.html index=$1&file=$2 [L,S=3]
RewriteRule ^([a-zA-Z0-9_]*)/([a-zA-Z0-9_]*)/(.*)\.html index=$1&file=$2&$3 [L,S=1]
RewriteRule ^([a-zA-Z0-9_]*)/(.*)\.html index=$1&file=index&$2 [L]
RewriteRule ^index=(.*[^/])/(.*) index=$1&$2 [N,L]
RewriteRule ^index=(.*) index.php?name=$1 [L]
</IfModule>


mobileguy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD neptune 4.9-RELEASE - Apache 10333100 / MySQL 4.0.18 / PHP 4.3.10 / CPG Dragonfly 9.0.6.1
Back to top
View user's profile Send e-mail Visit poster's website ICQ Number
shenphen
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: May 19, 2004
Posts: 378
Location: Europe
PostPosted: Tue Feb 15, 2005 9:13 am
Post subject: Re: LEO troubles...

The advise of a programmer of DragonFly would be important here to lift any confusion, and assure us that what we did does not create any security breach!
DJMaze?

Thank you Smile


shenphen's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache/1.3.29 (Unix) / MySQL 4.0.24 / PHP v.4.3.10 / 9.0.4 (browser: Firefox 1.0.4)
Back to top
View user's profile Visit poster's website
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Tue Feb 15, 2005 9:49 am
Post subject: Re: LEO troubles...

Changing the
Code::
# RewriteBase /html
and removing the
Code::
RewriteRule /index\.html /index.php
Doesn't have to do anything with security so you're safe.
Sometimes when a server isn't setup properly you have to alter those 2 codes to get LEO working.
It's very system dependent and it's ok to experiment with them.

One issue we still didn't figure out is the ERROR 401.5 which is caused on some systems.
The server admins say they didn't edit anything but i know it's a wrong IIS, proxy or Norton Antivir scanner. But which is the culprit is still a x-file.


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
shenphen
Platinum Supporter
Platinum Supporter

Offline Offline
Joined: May 19, 2004
Posts: 378
Location: Europe
PostPosted: Tue Feb 15, 2005 9:52 am
Post subject: Re: LEO troubles...

Thank you DJMaze Smile


shenphen's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Apache/1.3.29 (Unix) / MySQL 4.0.24 / PHP v.4.3.10 / 9.0.4 (browser: Firefox 1.0.4)
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  Explain Please
Page 1 of 3
All times are GMT
Go to page 1, 2, 3  Next

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

Διαβάστε περισσότερα ...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy