Welcome Guest, Not a member yet? Register   Sign In
base url
#5

[eluser]Unknown[/eluser]
@croNix:::: dear in the .htaccess file i have the following code....
RewriteEngine On
RewriteBase /
#Removes access to the system folder by users.
#Additionally this will allow you to create a System.php controller,
#previously this would not have been possible.
#'system' can be replaced if you have renamed your system folder.
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php/$1 [L]
#Checks to see if the user is attempting to access a valid file,
#such as an image or css document, if this isn't true it sends the
#request to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
# If we don't have mod_rewrite installed, all 404's
# can be sent to index.php, and everything works as normal.
# Submitted by: ElliotHaughin
ErrorDocument 404 /index.php



and this file is placed inside of the system folder of ci..
and also i was also trying by changing the name of the controller MyTry to Abc and for view AbcV but all in van!!!!Sad


Messages In This Thread
base url - by El Forum - 07-30-2012, 03:15 AM
base url - by El Forum - 07-30-2012, 05:11 AM
base url - by El Forum - 07-30-2012, 10:31 AM
base url - by El Forum - 07-30-2012, 10:23 PM
base url - by El Forum - 07-30-2012, 10:26 PM
base url - by El Forum - 07-30-2012, 11:35 PM
base url - by El Forum - 07-31-2012, 12:17 AM
base url - by El Forum - 07-31-2012, 02:01 AM
base url - by El Forum - 07-31-2012, 02:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB