Welcome Guest, Not a member yet? Register   Sign In
Codeigniter install on subdirectory (htaccess question)
#3

[eluser]weboap[/eluser]
can you try put an .htaccess in your sub folder install next to index.php and modify the
Code:
RewriteBase /
to be
Code:
RewriteBase /your_subfolder_name/

and use this .htaccess instead.
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /


RewriteRule ^$ index.php [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico)

RewriteRule ^(.*)$ index.php?/$1 [L]


Messages In This Thread
Codeigniter install on subdirectory (htaccess question) - by El Forum - 06-05-2012, 09:11 AM
Codeigniter install on subdirectory (htaccess question) - by El Forum - 06-05-2012, 09:13 AM
Codeigniter install on subdirectory (htaccess question) - by El Forum - 06-05-2012, 09:51 AM
Codeigniter install on subdirectory (htaccess question) - by El Forum - 06-05-2012, 10:03 AM
Codeigniter install on subdirectory (htaccess question) - by El Forum - 06-05-2012, 10:14 AM
Codeigniter install on subdirectory (htaccess question) - by El Forum - 06-05-2012, 01:21 PM
Codeigniter install on subdirectory (htaccess question) - by El Forum - 06-05-2012, 01:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB