Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] htaccess subdomain
#13

[eluser]petebouch[/eluser]
Hi Daniel,
I'm having some trouble with this too.

I've followed your tutorial and played around with the different options trying to see what works. For a while I could see my homepage only at mydomain.co.uk/dev/ but none ove the other controllers to functions I invoked would work only 404 errors.

Then I did something and started getting 500 errors for every page even the homepage and this in my logfile:
Quote:[Fri Mar 04 12:40:06 2011] [error] [client <my_IP>] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

/dev/application/config/config.php:
Code:
$config['index_page'] = "";
$config['uri_protocol']    = "ORIG_PATH_INFO";
I've tried all the URI PROTOCOL options

/dev/.htaccess (only uncommented lines):
Code:
Options -Indexes

Options +FollowSymLinks

Options -MultiViews

DirectoryIndex index.php

<IfModule mod_rewrite.c>
  RewriteEngine on

  RewriteBase /dev/

  RewriteCond $1 !^(index\.php|public|images|css|js|robots\.txt|favicon\.ico)

  RewriteRule ^(.*)$ dev/index.php/$1 [NC,L,QSA]
  # Tried both versions:
  #RewriteRule ^(.*)$ dev/index.php?/$1 [NC,L,QSA]

</IfModule>

<IfModule !mod_rewrite.c>
  ErrorDocument 404 index.php
</IfModule>

Any ideas you have would be much appreciated.

Pete.


Messages In This Thread
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 03:10 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 03:12 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 05:48 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 06:01 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 06:51 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 07:00 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 07:06 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 07:09 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 07:11 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 07:18 AM
[SOLVED] htaccess subdomain - by El Forum - 05-21-2009, 01:20 PM
[SOLVED] htaccess subdomain - by El Forum - 05-22-2009, 04:30 AM
[SOLVED] htaccess subdomain - by El Forum - 03-04-2011, 07:11 AM
[SOLVED] htaccess subdomain - by El Forum - 03-08-2011, 07:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB