Request URI: spaniel/ # Match : ^contact/?$ # URI to go : index.php?page=contact
Request URI: spaniel/ # Match : ^feed/?$ # URI to go : index.php?page=search&sFeed=rss
Request URI: spaniel/ # Match : ^feed/(.+)/?$ # URI to go : index.php?page=search&sFeed=$1
Request URI: spaniel/ # Match : ^language/(.*?)/?$ # URI to go : index.php?page=language&locale=$1
Request URI: spaniel/ # Match : ^search$ # URI to go : index.php?page=search
Request URI: spaniel/ # Match : ^search/(.*)$ # URI to go : index.php?page=search&sParams=$1
Request URI: spaniel/ # Match : ^item/mark/(.*?)/([0-9]+)/?$ # URI to go : index.php?page=item&action=mark&as=$1&id=$2
Request URI: spaniel/ # Match : ^item/send-friend/([0-9]+)/?$ # URI to go : index.php?page=item&action=send_friend&id=$1
Request URI: spaniel/ # Match : ^item/contact/([0-9]+)/?$ # URI to go : index.php?page=item&action=contact&id=$1
Request URI: spaniel/ # Match : ^item/new/?$ # URI to go : index.php?page=item&action=item_add
Request URI: spaniel/ # Match : ^item/new/([0-9]+)/?$ # URI to go : index.php?page=item&action=item_add&catId=$1
Request URI: spaniel/ # Match : ^item/activate/([0-9]+)/(.*?)/?$ # URI to go : index.php?page=item&action=activate&id=$1&secret=$2
Request URI: spaniel/ # Match : ^item/deactivate/([0-9]+)/(.*?)/?$ # URI to go : index.php?page=item&action=deactivate&id=$1&secret=$2
Request URI: spaniel/ # Match : ^item/renew/([0-9]+)/(.*?)/?$ # URI to go : index.php?page=item&action=renew&id=$1&secret=$2
Request URI: spaniel/ # Match : ^item/edit/([0-9]+)/(.*?)/?$ # URI to go : index.php?page=item&action=item_edit&id=$1&secret=$2
Request URI: spaniel/ # Match : ^item/delete/([0-9]+)/(.*?)/?$ # URI to go : index.php?page=item&action=item_delete&id=$1&secret=$2
Request URI: spaniel/ # Match : ^resource/delete/([0-9]+)/([0-9]+)/([0-9A-Za-z]+)/?(.*?)/?$ # URI to go : index.php?page=item&action=deleteResource&id=$1&item=$2&code=$3&secret=$4
Request URI: spaniel/ # Match : ^([a-z]{2})_([A-Z]{2})/.*-{ITEM_REGION}/.*/.*-i([0-9]+)\?comments-page=([0-9al]*)$ # URI to go : index.php?page=item&id=$3&lang=$1_$2&comments-page=$4
Request URI: spaniel/ # Match : ^.*-{ITEM_REGION}/.*/.*-i([0-9]+)\?comments-page=([0-9al]*)$ # URI to go : index.php?page=item&id=$1&comments-page=$2
Request URI: spaniel/ # Match : ^([a-z]{2})_([A-Z]{2})/.*-{ITEM_REGION}/.*/.*-i([0-9]+)$ # URI to go : index.php?page=item&id=$3&lang=$1_$2
Request URI: spaniel/ # Match : ^.*-.*/.*/.*-i([0-9]+)$ # URI to go : index.php?page=item&id=$1
Request URI: spaniel/ # Match : ^user/login/?$ # URI to go : index.php?page=login
Request URI: spaniel/ # Match : ^user/dashboard/?$ # URI to go : index.php?page=user&action=dashboard
Request URI: spaniel/ # Match : ^user/logout/?$ # URI to go : index.php?page=main&action=logout
Request URI: spaniel/ # Match : ^user/register/?$ # URI to go : index.php?page=register&action=register
Request URI: spaniel/ # Match : ^user/activate/([0-9]+)/(.*?)/?$ # URI to go : index.php?page=register&action=validate&id=$1&code=$2
Request URI: spaniel/ # Match : ^alert/confirm/([0-9]+)/([a-zA-Z0-9]+)/(.+)$ # URI to go : index.php?page=user&action=activate_alert&id=$1&email=$3&secret=$2
Request URI: spaniel/ # Match : ^member/?$ # URI to go : index.php?page=user&action=profile
Request URI: spaniel/ # Match : ^member/([0-9]+)/?$ # URI to go : index.php?page=user&action=pub_profile&id=$1
Request URI: spaniel/ # Match : ^member/(.+)/?$ # URI to go : index.php?page=user&action=pub_profile&username=$1
Request URI: spaniel/ # Match : ^user/items/?$ # URI to go : index.php?page=user&action=items
Request URI: spaniel/ # Match : ^user/alerts/?$ # URI to go : index.php?page=user&action=alerts
Request URI: spaniel/ # Match : ^user/recover/?$ # URI to go : index.php?page=login&action=recover
Request URI: spaniel/ # Match : ^user/forgot/([0-9]+)/(.*)/?$ # URI to go : index.php?page=login&action=forgot&userId=$1&code=$2
Request URI: spaniel/ # Match : ^password/change/?$ # URI to go : index.php?page=user&action=change_password
Request URI: spaniel/ # Match : ^email/change/?$ # URI to go : index.php?page=user&action=change_email
Request URI: spaniel/ # Match : ^username/change/?$ # URI to go : index.php?page=user&action=change_username
Request URI: spaniel/ # Match : ^email/confirm/([0-9]+)/(.*?)/?$ # URI to go : index.php?page=user&action=change_email_confirm&userId=$1&code=$2
Request URI: spaniel/ # Match : ^([\p{L}\p{N}_\-,]+)-p([0-9]+)/?$ # URI to go : index.php?page=page&id=$2&slug=$1
Request URI: spaniel/ # Match : ^([a-z]{2})_([A-Z]{2})/([\p{L}\p{N}_\-,]+)-p([0-9]+)/?$ # URI to go : index.php?page=page&lang=$1_$2&id=$4&slug=$3
Request URI: spaniel/ # Match : ^([a-z]{2})-([A-Z]{2})/([\p{L}\p{N}_\-,]+)-p([0-9]+)/?$ # URI to go : index.php?page=page&lang=$1_$2&id=$4&slug=$3
Request URI: spaniel/ # Match : ^([a-z]{2})/([\p{L}\p{N}_\-,]+)-p([0-9]+)/?$ # URI to go : index.php?page=page&lang=$1&id=$3&slug=$2
Request URI: spaniel/ # Match : ^(.+?)\.php(.*)$ # URI to go : $1.php$2
Request URI: spaniel/ # Match : ^([^/]+)/([0-9]+)$ # URI to go : index.php?page=search&sCategory=$1&iPage=$2
Request URI: spaniel/ # Match : ^([^/]+)/?$ # URI to go : index.php?page=search&sCategory=$1
Spaniel's For Adoption

Spaniel

Zeke
Zeke
Spaniel
East Hampton, New York
Lola
Lola
Spaniel
East Hampton, New York
Lu
Lu
Spaniel
Encino, California
Daphne
Daphne
Spaniel
Lakeland, Florida
Nessy
Nessy
Spaniel
San Diego, California
Mittens
Mittens
Spaniel
San Diego, California
Luz
Luz
Spaniel
San Diego, California
Tony
Tony
Spaniel
Osage Beach, Missouri
Romper
Romper
Spaniel
Osage Beach, Missouri
Solstice
Solstice
Spaniel
Osage Beach, Missouri
Summer
Summer
Spaniel
Osage Beach, Missouri
Rosie Cotton
Rosie Cotton
Spaniel
Ramona, California
Tillie
Tillie
Spaniel
Succasunna, New Jersey
Queen Breanna
Queen Breanna
Spaniel
Fresno, California
221318 Mabel
221318 Mabel
Spaniel
Wetumpka, Alabama
Chuckie
Chuckie
Spaniel
Las Vegas, Nevada
Zach
Zach
Spaniel
San Diego, California
Spencer
Spencer
Spaniel
Richmond, Texas
Butch
Butch
Spaniel
Comanche, Texas
Lanna
Lanna
Spaniel
Tulsa, Oklahoma
Jet
Jet
Spaniel
Hailey, Idaho