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: Rewrite Error with Concrete5 Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
eelco2k
Newbie
Newbie


Joined: 06 August 2011
Online Status: Offline
Posts: 1
Posted: 06 August 2011 at 12:26pm | IP Logged Quote eelco2k

I get a 500 error when i want to use this rewrite code

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

when I add a "/" before the "$" sign in the RewriteRule, the request
(domain.com/subpage/) works but then changes the url back to
index.php/subpage/ .

Above code will generate a infinite loop for helicon Ape version 3.0.0.68
when i don't add the slash.

Some more information:

I use IIS 6 with PHP5.3.3 x64 bit and a ReverseProxy of Octagate.


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


Joined: 01 October 2003
Online Status: Online
Posts: -149
Posted: 10 August 2011 at 4:14am | IP Logged Quote Guests

Hello,

please, provide the rewrite.log for the testing request.

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