Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7982999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:50:00+00:00 2026-06-04T10:50:00+00:00

I want to install codeigniter on ‘ mydomain.com ‘, hosting (shared) presents next kind

  • 0

I want to install codeigniter on ‘mydomain.com‘, hosting (shared) presents next kind of structure:

  • public_html/
    • 404/
    • _private/
    • _vti_bin/
    • cgi-bin/
    • addondomain1.com/
    • addondomain2.com/
    • codeigniter
      • application/
      • system/
    • index.php
    • .htaccess

index.php (modified):

<?php
...
  $system_path = 'codeigniter/system';
  $application_folder = 'codeigniter/application';
...

.htaccess (default):

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

How can I modify .htaccess to force/apply rewrite condition only when url has ‘mydomain.com‘?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T10:50:01+00:00Added an answer on June 4, 2026 at 10:50 am

    To affect only mydomain.com, add a RewriteCond that matches it in %{HTTP_HOST} before the first RewriteCond.

    RewriteEngine on
    # Apply rewrite only to mydomain.com
    # Use [NC] for case-insensitive matching
    RewriteCond %{HTTP_HOST} ^mydomain.com$ [NC]
    RewriteCond $1 !^(index\.php|images|robots\.txt)
    RewriteRule ^(.*)$ /index.php/$1 [L]
    

    If you also need to match www.mydomain.com, make the condition as:

    RewriteCond %{HTTP_HOST} ^(www\.)?mydomain.com$ [NC]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an FTP server (abc.xyz.com), and I want to install CodeIgniter in the
I want to install satchmo in my virtual hosting, but they dont provide ssh
I want to install latest stable version of Sphinx ( sphinxsearch.com ) on Mac
i want to install android sdk to eclipse but the path name https://dl-ssl.google.com/android/eclipse/ and
I am using the basic install of CodeIgniter. We have a directory structure of:
I want install Android version 1.6 SDK. I already have Android development setup with
I want install android on my computer but using the sdk it fails to
I want to install JDK 1.5 and 1.6 on XP, is it possible? how
I want to install a set of Open Type Fonts as part of my
I want to install outlook add-ins (Which is developed by Visual studio 2008) but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.