# Htaccess rewrite

**URL:** https://forum.kirupa.com/t/htaccess-rewrite/295423
**Category:** Uncategorized
**Created:** [August 29, 2009, 10:49pm UTC](https://forum.kirupa.com/t/htaccess-rewrite/295423 "2009-08-29T22:49:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![NANO3](https://avatars.discourse-cdn.com/v4/letter/n/c2a13f/32.png) [@NANO3](https://forum.kirupa.com/u/NANO3)
#### Post date: [August 29, 2009, 10:49pm UTC](https://forum.kirupa.com/t/htaccess-rewrite/295423/1 "2009-08-29T22:49:15Z")

</div>

hi guys

i done the rewrite for a url on a web server, say from this link

```php
http://site.com/aboutus/team

```

to

```php
http://site.com/index.php?p=aboutus&sp=team

```

I also have my layout directories here

```php

http://site.com/images
http://site.com/js
http://site.com/css

```

How would I exclude these from the rewrite?
