Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

174
Views
Redirection issues on live server | Codeignitor

I am using Codeigniter as a PHP framework on the live Ubuntu 16.04 server. I have installed apache2 and PHPMyAdmin on the machine. Created a virtual host. Right now the site is opening when I enter the following URL: seasonjourney.com/index.php/destionation/goa on the web browser but when I click on the goa link on the home page it redirects to seasonjourney.com/destiontion/goa. How shall I correct it? I am from a sysadmin background so doesn't know much regarding PHP code.

.htaccess File:

<IfModule mod_rewrite.c> 
RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L]
</IfModule>

404 not found

enter image description here

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!