Redirecting to domain.tld |
[eluser]mfroseth[/eluser]
Hey all, I'm working with CodeIgniter on a small form based site. The URL is: http://www.legacysafeguarduniversity.com...tart/omaha Now, for the life of me I cannot figure out why it keeps redirecting to domain.tld/omaha I've modified .htaccess Code: <IfModule mod_rewrite.c> Anyone have this issue before? Thanks,
[eluser]PhilTem[/eluser]
The forums were not accessible over the past few days so go easy on us ![]() Your RewriteBase is totally wrong, that's why it keeps redirecting you. Should be Code: <IfModule mod_rewrite.c> Try it and enjoy ![]()
[eluser]mfroseth[/eluser]
This is what I did: Code: <IfModule mod_rewrite.c> Is that still wrong? Doesn't seem to be working?
[eluser]mfroseth[/eluser]
Sorry, I should explain that there are multiple pages that people should be able to access. The first page can be seen at: http://www.legacysafeguarduniversity.com/faststart/ However, the one I am currently working on is http://www.legacysafeguarduniversity.com...tart/omaha
[eluser]mfroseth[/eluser]
I've even completely deleted .htaccess in the /faststart/ folder. Would a different .htaccess in the root of my httpdocs be causing this problem? I'm clueless right now, hehe.
[eluser]machouinard[/eluser]
I experienced this myself for a minute tonight. I had neglected to change domain.tld to my domain in some code I copied and pasted into my .htaccess. Changing or deleting .htaccess didn't help. After flushing my browser cache all was well. Good luck! Mark
[eluser]Unknown[/eluser]
Don't forget to check your base url set within your config file ![]() |
Welcome Guest, Not a member yet? Register Sign In |