Welcome Guest, Not a member yet? Register   Sign In
how to create a new page
#3

[eluser]macleodjb[/eluser]
I thought i had a grasp on this framework but now i'm confused all the hell.

this is whats in my .htaccess file

Code:
RewriteEngine on
RewriteRule ^$ /index.php [L]
RewriteCond $1 !^(index\.php|img|css|js|video_files|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]

It's funny because it's grabbing a page from my site and it should be grabbing.

if i type
www.example.com = I get a different index.php
www.example.com/register = I get a different index.php

It doesn't seem like anything is working right.


Messages In This Thread
how to create a new page - by El Forum - 01-24-2009, 01:23 PM
how to create a new page - by El Forum - 01-24-2009, 01:42 PM
how to create a new page - by El Forum - 01-24-2009, 02:16 PM
how to create a new page - by El Forum - 01-24-2009, 02:39 PM
how to create a new page - by El Forum - 01-24-2009, 02:57 PM
how to create a new page - by El Forum - 01-24-2009, 03:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB