Click here to Skip to main content
15,916,941 members
Home / Discussions / Web Development
   

Web Development

 
QuestionMoving website from 32-bit to 64-bit Pin
Gregory Gadow7-May-10 6:34
Gregory Gadow7-May-10 6:34 
AnswerRe: Moving website from 32-bit to 64-bit Pin
Peace ON7-May-10 21:28
Peace ON7-May-10 21:28 
GeneralRe: Moving website from 32-bit to 64-bit Pin
Gregory Gadow10-May-10 4:16
Gregory Gadow10-May-10 4:16 
QuestionImplementing multiple checkboxes with their own actions Pin
calivw787-May-10 4:48
calivw787-May-10 4:48 
AnswerRe: Implementing multiple checkboxes with their own actions Pin
Not Active7-May-10 5:01
mentorNot Active7-May-10 5:01 
GeneralRe: Implementing multiple checkboxes with their own actions Pin
calivw787-May-10 5:13
calivw787-May-10 5:13 
GeneralRe: Implementing multiple checkboxes with their own actions Pin
Not Active7-May-10 6:57
mentorNot Active7-May-10 6:57 
Questiononly default controller is loading for all request - Critical Pin
Jayapal Chandran5-May-10 21:39
Jayapal Chandran5-May-10 21:39 
Hi,
My codeigniter project is in live.
I have two copies of it. One in the root and another in a subfolder.
Both are configered to work normal.

The root copy if the one which was made after testing in a subfolder.
While running from the a subfolder all worked well.

But when copied to the root folder the default controller is loading for all requests.
But were as in subfolders and in other servers it is working well.

It is like the following
A true copy in root folder like http://sitename.com
and another true copy in a subfolder like http://sitename.com/abc

when requesting like this http://sitename.com/gallery the default controller is loaded instead of gallery controller.

When i tried like this http://sitename.com/index.php/gallery/ then it worked well...
but http://sitename.com/gallery/ is showing only the default controller. that is the index page.

here is my htaccess...


php_flag magic_quotes_gpc off
php_flag short_open_tag on

RewriteEngine on


RewriteCond $1 !^(index\.php|images|css|static|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]


The server is
Linux barracuda.elinuxservers.com 2.6.27.18-21 #1 SMP Tue Aug 25 18:13:37 UTC 2009 i686
PHP Version 5.2.9
Today's Beautiful Moments are
Tomorrow's Beautiful Memories

AnswerRe: only default controller is loading for all request - Critical Pin
User 17164925-May-10 22:04
professionalUser 17164925-May-10 22:04 
GeneralRe: only default controller is loading for all request - Critical Pin
Jayapal Chandran6-May-10 23:31
Jayapal Chandran6-May-10 23:31 
GeneralRe: only default controller is loading for all request - Critical Pin
User 17164927-May-10 7:48
professionalUser 17164927-May-10 7:48 
QuestionHow do I develop on Microsoft Dynamics CRM 4.0 without working on the server? Pin
Nada Adel5-May-10 2:46
Nada Adel5-May-10 2:46 
AnswerRe: How do I develop on Microsoft Dynamics CRM 4.0 without working on the server? Pin
RCoate5-May-10 23:25
RCoate5-May-10 23:25 
Questionlooking for good login script Pin
ravensensei4-May-10 2:35
ravensensei4-May-10 2:35 
AnswerRe: looking for good login script Pin
Not Active4-May-10 2:42
mentorNot Active4-May-10 2:42 
GeneralRe: looking for good login script Pin
ravensensei4-May-10 2:51
ravensensei4-May-10 2:51 
GeneralRe: looking for good login script Pin
Not Active4-May-10 3:25
mentorNot Active4-May-10 3:25 
QuestionSSL and Frames Pin
SomeGuyThatIsMe3-May-10 10:43
SomeGuyThatIsMe3-May-10 10:43 
AnswerRe: SSL and Frames PinPopular
T M Gray3-May-10 11:44
T M Gray3-May-10 11:44 
GeneralRe: SSL and Frames Pin
SomeGuyThatIsMe4-May-10 2:01
SomeGuyThatIsMe4-May-10 2:01 
AnswerRe: SSL and Frames Pin
The Man from U.N.C.L.E.4-May-10 3:40
The Man from U.N.C.L.E.4-May-10 3:40 
GeneralRe: SSL and Frames Pin
SomeGuyThatIsMe4-May-10 3:51
SomeGuyThatIsMe4-May-10 3:51 
QuestionWhat do I need to learn to build my site? Pin
zone enterprises28-Apr-10 15:19
zone enterprises28-Apr-10 15:19 
AnswerRe: What do I need to learn to build my site? Pin
Jamil Hallal28-Apr-10 22:21
professionalJamil Hallal28-Apr-10 22:21 
GeneralRe: What do I need to learn to build my site? Pin
Dalek Dave28-Apr-10 22:46
professionalDalek Dave28-Apr-10 22:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.