
11-05-2013, 08:08 PM
|
|
|
Join Date: Nov 2012
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
in Zip files
HTHACESS.test
Quote:
# ================================================== ================================================== ==
# Some forum software, by default, does not render images from links with query strings in [IMG] tags.
# What happens is that, instead of displaying the image, a text link is shown. If this affects you,
# set the PhotoPlog 'Use .htaccess Link' setting to yes via the vB ACP and place the following in an
# .htaccess file in your web root. Note mod_rewrite is required.
#
# ==>> CHANCES ARE THAT THIS DOES *NOT* PERTAIN TO YOU SO TRY PHOTOPLOG WITHOUT THIS FIRST !!!!!!!!!!
#
# ================================================== ================================================== ==
# start .htaccess file - change YOUR_PHOTOPLOG_DIR to your photoplog directory
RewriteEngine on
RewriteBase /
RewriteRule YOUR_PHOTOPLOG_DIR/file_([smlo]?)([0-9]+)\.jpg$ /YOUR_PHOTOPLOG_DIR/file.php?n=$2&w=$1 [L]
# end .htaccess file
# ================================================== ================================================== ==
# Enjoy!
# ================================================== ================================================== ==
|
and my search:
|