Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to remove index.php from URL in CodeIgniter ec2 elastic Beanstalk
Post: RE: How to remove index.php from URL in CodeIgnite...

InsiteFX Wrote: (07-21-2021, 08:48 PM) -- Add to your .htaccess file where index.php is in public folder. Code: --     # Remove index.php from URL     RewriteCond %{HTTP:X-Requested-With}    !^X...
5,636 Views
6 Replies
07-28-2021, 11:44 PM
gibin
    Thread: .ebextensions configuration for Codeigniter index.php problemin AWS elastic beanstalk
Post: RE: .ebextensions configuration for Codeigniter in...

finally got it   created a file in nginx (/etc/nginx/conf.d/elasticbeanstalk/01modrewrite.conf) code :  location / {         try_files $uri $uri/ /index.php?$query_string;         # Remove fr...
2,468 Views
1 Replies
07-28-2021, 11:38 PM
gibin
    Thread: .ebextensions configuration for Codeigniter index.php problemin AWS elastic beanstalk
Post: .ebextensions configuration for Codeigniter index....

Hi anyone knows about the .ebextensions configuration for Codeigniter index.php problem in AWS elastic beanstalk?
2,468 Views
1 Replies
07-28-2021, 08:17 AM
gibin
    Thread: How to remove index.php from URL in CodeIgniter ec2 elastic Beanstalk
Post: RE: How to remove index.php from URL in CodeIgnite...

is it possible to identify the server setup issue
5,636 Views
6 Replies
07-22-2021, 11:00 AM
gibin
    Thread: How to remove index.php from URL in CodeIgniter ec2 elastic Beanstalk
Post: RE: How to remove index.php from URL in CodeIgnite...

I tried but no change same error
5,636 Views
6 Replies
07-22-2021, 10:47 AM
gibin
    Thread: How to remove index.php from URL in CodeIgniter ec2 elastic Beanstalk
Post: RE: How to remove index.php from URL in CodeIgnite...

added and getting the same error. actually, I got the default page but get an error while taking any other page. if I have added 'index.php'/controller name' it will work. I want to make it without ...
5,636 Views
6 Replies
07-22-2021, 12:41 AM
gibin
    Thread: How to remove index.php from URL in CodeIgniter ec2 elastic Beanstalk
Post: How to remove index.php from URL in CodeIgniter ec...

How to remove index.php from URL in CodeIgniter ec2 elastic Beanstalk my configuration file htaccess      Options -MultiViews     RewriteEngine On     RewriteCond %{REQUEST_FILENAME} !-...
5,636 Views
6 Replies
07-21-2021, 11:23 AM
gibin

Theme © iAndrew 2016 - Forum software by © MyBB