Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

Rewrite rules for "random" subfolders (no replies)

$
0
0
Hey,

I would like to migrate my page from a webhoster to my own vServer running Nginx. So far I got everything up and running EXCEPT these stupid .htaccess file. Let me explain:

My site contains several galleries with slideshows. When you are watching one of those you click a link which looks like this

"DOMAIN/galleries/album-set/album-2/DSC01154-single.php"

(only DOMAIN/galleries and -single.php) are fixed. The rest can vary. Those links are generated by Lightroom and a plugin and during this process a .htaccess file will be copied into each folder. The content looks like this:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)-single.*php$ single.php?id=$1 [L]
</IfModule>

This makes my link
DOMAIN/galleries/album-set/album-2/DSC01154-single.php
point to this
DOMAIN/galleries/album-set/album-2/single.php?id=DSC01154

as you can see, the "DSC01154" will be passed through. I am trying for several days to create a rewrite rule for Nginx doing the same without killing my page.

Does anyone knows a solution for this?

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>