This commit is contained in:
parent
81ac1d2b83
commit
1f51c86ee4
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ RewriteRule ^collections/?$ collections.php [L]
|
||||||
RewriteRule ^photos/(.*)/(.*)/(.*)/(.*)/(.*) photos.php?cat=$1&sort=$3&time=$4&page=$5&seo_cat_name=$2 [L]
|
RewriteRule ^photos/(.*)/(.*)/(.*)/(.*)/(.*) photos.php?cat=$1&sort=$3&time=$4&page=$5&seo_cat_name=$2 [L]
|
||||||
RewriteRule ^photos/([0-9]+) photos.php?page=$1 [L]
|
RewriteRule ^photos/([0-9]+) photos.php?page=$1 [L]
|
||||||
RewriteRule ^photos/?$ photos.php [L]
|
RewriteRule ^photos/?$ photos.php [L]
|
||||||
RewriteRule ^collection/(.*)/(.*)/(.*) view_collection.php?cid=$1&type=$2&%{QUERY_STRING} [L]
|
RewriteRule ^collection/(.*)/(.*)/(.*) view_collection.php?cid=$1&type=$2&page=$3 [L]
|
||||||
|
|
||||||
#Photo Section
|
#Photo Section
|
||||||
RewriteRule ^item/(.*)/(.*)/(.*)/(.*) view_item.php?item=$3&type=$1&collection=$2 [L]
|
RewriteRule ^item/(.*)/(.*)/(.*)/(.*) view_item.php?item=$3&type=$1&collection=$2 [L]
|
||||||
|
|
Loading…
Add table
Reference in a new issue