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 7437897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:28:12+00:00 2026-05-29T10:28:12+00:00

I have a directory on a site: http://example.com/directory/ In it I have a .

  • 0

I have a directory on a site:

  • http://example.com/directory/

In it I have a .htaccess file.

I want it to take any URL like this:

  • http://example.com/directory/section/day/

And rewrite it to:

  • http://example.com/directory/index.php?arg1=section&arg2=day

Except for any URLs that refer to these directories:

  • http://example.com/directory/css/
  • http://example.com/directory/javascript/
  • http://example.com/directory/images/

I have the first part working, but unable to tell it to exclude files in certain directories:

Options +FollowSymlinks
RewriteEngine on

RewriteRule ^([^/]+)/([^/]+) index.php?arg1=$1&arg2=$2 [NC]

Update:

This works in a very basic and simple sense:

RewriteRule ^css - [L,NC]
RewriteRule ^javascript - [L,NC]
RewriteRule ^images - [L,NC]
RewriteRule ^([^/]+)/([^/]+) index.php?arg1=$1&arg2=$2 [NC]

but I’m sure there is a more elegant solution?

  • 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-05-29T10:28:13+00:00Added an answer on May 29, 2026 at 10:28 am

    I think the keyword you’re looking for is RewriteCond. It’s pretty similar to what you ended up with.

    RewriteCond %{REQUEST_URI} !^(css|javascript|images)
    RewriteRule ^([^/]+)/([^/]+) index.php?arg1=$1&arg2=$2 [NC]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a site that sits in a directory on a domain: http://www.example.com/site/ I
I have a URL that is like the following: http://www.example.com/client/project/subdirectory/value/ I would like like
If I have a URL that is http://www.example.com/sites/dir/index.html , I would want to extract
1) I have a Drupal site located at http://example.com and I have a directory
So, I have at site where I want pages such as; www.example.com/shop/index.php (or any
I have a site http://www.example.com/m/controller/function Today I have removed the directory /m/ from all
I have a url for ex : example.com/site/anyFolderName and i want to remap it
Despite being in the /public directory, if I visit http://site.example.com/favicon.ico I get the 404
We have a site I'll call example.com. Most of the time you see http://www.example.com
I have a .htaccess file that looks like this: SetEnv APPLICATION_ENV development RewriteEngine On

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.