Welcome! Log In Create A New Profile

Advanced

Re: error_log levels

April 09, 2010 11:28PM
So I guess I need to start with my rewrites...here they are

rewrite ^/([0-9]+)/([_0-9a-zA-Z-]+)/?$ $theme/listing.php?mls=$1 last;
rewrite ^/([0-9]+)/([_0-9a-zA-Z-]+)+.html?$ $theme/listing.php?mls=$1 last;
rewrite ^/([0-9]+)/?$ $theme/listing.php?mls=$1 last;
rewrite ^/new-listings/new-listings-for-([a-z]+)-([0-9]+)-([_0-9a-zA-Z-]+)/?$ $theme/newListings.php?month=$1&day=$2 last;

here's what I'm trying to capture

example.com/(mls number)
example.com/(mls number)/(mls address).html
example.com/(mls number)/(mls address)/

the mls number is either a 6 digit or a 7 digit number
mls address is really irrelevant from a technical standpoint but needed for SEO

These rewrites are working like I want them too but are they causing my prce errors?

Flash
Subject Author Posted

error_log levels

flash April 08, 2010 10:18PM

Re: error_log levels

Maxim Dounin April 09, 2010 05:34AM

Re: error_log levels

flash April 09, 2010 11:28PM

Re: error_log levels

Maxim Dounin April 10, 2010 06:24AM

Re: error_log levels

flash April 10, 2010 10:21PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 318
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready