Welcome! Log In Create A New Profile

Advanced

Re: SEO Friendly Urls

Francis Daly
March 04, 2012 08:14AM
On Sun, Mar 04, 2012 at 12:47:49AM -0500, adam estes wrote:

Hi there,

> http://pastebin.com/3uz4tCmd

If I've understood what you are trying to do, will

===
location ^~ /fg152 {
root /usr/local/domain;
index index.php index.html;
try_files $uri $uri/ /fg152/index.php;
location = /fg152/index.php {
include fastcgi.conf;
fastcgi_pass unix:/etc/phpcgi/php-cgi.socket;
}
}
===

fit the requirements?

You can probably move "root", "index", and "include" to server level,
if they are common to other locations.

Be aware that this effectively *removes* the /.ht and /.svn protection
config for this location hierarchy, so you'll want to either put them
back in, or (better) not have readable files in the web space that you
don't want served.

And if you try to access /fg152a, you might be a bit surprised -- but
that can be adjusted later if necessary.

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

SEO Friendly Urls

adam estes March 03, 2012 08:32PM

Re: SEO Friendly Urls

Cliff Wells March 03, 2012 09:34PM

Re: SEO Friendly Urls

adam estes March 03, 2012 10:28PM

Re: SEO Friendly Urls

adam estes March 04, 2012 12:20AM

Re: SEO Friendly Urls

Edho Arief March 04, 2012 12:24AM

Re: SEO Friendly Urls

adam estes March 04, 2012 12:30AM

Re: SEO Friendly Urls

Edho Arief March 04, 2012 12:36AM

Re: SEO Friendly Urls

adam estes March 04, 2012 12:40AM

Re: SEO Friendly Urls

Edho Arief March 04, 2012 12:42AM

Re: SEO Friendly Urls

adam estes March 04, 2012 12:48AM

Re: SEO Friendly Urls

adam estes March 04, 2012 01:06AM

Re: SEO Friendly Urls

Edho Arief March 04, 2012 01:08AM

Re: SEO Friendly Urls

adam estes March 04, 2012 01:10AM

Re: SEO Friendly Urls

Edho Arief March 04, 2012 01:14AM

Re: SEO Friendly Urls

adam estes March 04, 2012 01:18AM

Re: SEO Friendly Urls

Edho Arief March 04, 2012 01:28AM

Re: SEO Friendly Urls

adam estes March 04, 2012 01:28AM

Re: SEO Friendly Urls

Edho Arief March 04, 2012 01:38AM

Re: SEO Friendly Urls

adam estes March 04, 2012 01:42AM

Re: SEO Friendly Urls

Edho Arief March 04, 2012 02:00AM

Re: SEO Friendly Urls

adam estes March 04, 2012 02:02AM

Re: SEO Friendly Urls

Edho Arief March 04, 2012 07:08AM

Re: SEO Friendly Urls

Valentin V. Bartenev March 04, 2012 08:16AM

Re: SEO Friendly Urls

adam estes March 04, 2012 09:58PM

Re: SEO Friendly Urls

Francis Daly March 04, 2012 08:14AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 155
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