This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
Helicon Ape
 Helicon Tech : Helicon Ape
Subject Topic: strange strange 500 error Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
jimbo442
Newbie
Newbie


Joined: 30 March 2011
Online Status: Offline
Posts: 3
Posted: 30 March 2011 at 11:13pm | IP Logged Quote jimbo442

Hello group....i installed this on my dev sight and it works perfect, i installed on active sight and it works great except when you click on mail link...then it goes to 500 error but like i said it works great on dev sight...any ideas? thanks

here is my config file that works fine on dev site:

# Helicon Ape version 3.0.0.62

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php?do=/$1


# Image Access Protection
RewriteRule ^file/pic/photo/(.*)\.(.*)$ static/image.php?file=$1&ext=$2

 

Back to Top View jimbo442's Profile Search for other posts by jimbo442
 
Guests
Guest
Guest


Joined: 01 October 2003
Online Status: Online
Posts: -149
Posted: 31 March 2011 at 4:13am | IP Logged Quote Guests

Hello,

What is the mail link format, that you use?

Please, provide the rewrite.log for the testing request.
Logging section is commented out in httpd.conf, simply uncomment it.

Regards
Andrew
Back to Top View Guests's Profile Search for other posts by Guests
 
jimbo442
Newbie
Newbie


Joined: 30 March 2011
Online Status: Offline
Posts: 3
Posted: 01 April 2011 at 5:24am | IP Logged Quote jimbo442

below are the error codes...its funny that every other aspect of the site work excep the feature to contact other users...i have a social site so contacting the other members is much needed...thanks

 

3/31/2011 9:44:54 PM] [.htaccess] (4) [/mail/compose/] Internal error - exception in rewrite_module:
 The virtual path '/index.php' maps to another application, which is not allowed.
[3/31/2011 9:54:09 PM] [.htaccess] (4) [/mail/compose/id_30/] Internal error - exception in rewrite_module:
 The virtual path '/index.php' maps to another application, which is not allowed.
[3/31/2011 9:54:15 PM] [.htaccess] (4) [/mail/compose/id_30/] Internal error - exception in rewrite_module:
 The virtual path '/index.php' maps to another application, which is not allowed.

Back to Top View jimbo442's Profile Search for other posts by jimbo442
 
Guests
Guest
Guest


Joined: 01 October 2003
Online Status: Online
Posts: -149
Posted: 05 April 2011 at 2:46am | IP Logged Quote Guests

The log provided simply shows that you're mapping to another application pool. One can't make rewrite between the pools.
So there're 2 options:
1) Put both applications inside one pool
2) Use proxying

instead of rewriting.

Regards
Andrew

Back to Top View Guests's Profile Search for other posts by Guests
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You can vote in polls in this forum