Welcome Guest, Not a member yet? Register   Sign In
URL problem
#1

[eluser]sudinem[/eluser]
I've two sub-domain of my personal site developed in code igniter. The personal site works fine. I can view the front page of my blog and tools page. But, I want to view article of my blog, I got "Page not found" error.

I found that the url of blog is also handled by the .htaccess which is at the front of my file directory.

Tree diagram of my folder:

-system(personal site)
-blog(my blog on wordpress)
-tools(some applications develop in code igniter)
-.htaccess(to handle url of my personal site)

.htaccess file code:
Code:
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]


How to solve this????


Messages In This Thread
URL problem - by El Forum - 11-15-2010, 02:28 AM
URL problem - by El Forum - 11-15-2010, 02:35 AM
URL problem - by El Forum - 11-15-2010, 03:36 AM
URL problem - by El Forum - 11-15-2010, 03:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB