# cat blog >> /dev/brain 2> /proc/mind
cat blog >> /dev/brain 2> /proc/mind
# a2enmod rewrite # service apache2 restart # cat /etc/apache2/sites-available/default <Directory /var/www/> Options FollowSymLinks MultiViews AllowOverride All # cat /var/www/.htaccess RewriteEngine on RewriteCond %{QUERY_STRING} ^(.*)[Pp][Aa][Rr][Aa][Mm]3=(.*?)(&(.*))?$ RewriteRule (.*) /$1?%1%4 [R=307]
a2enmod rewrite
service apache2 restart
cat /etc/apache2/sites-available/default
cat /var/www/.htaccess
>>> http://localhost/page.php?param1=1¶m2=2¶m3=3¶m4=4¶m5=5 <<< http://localhost/page.php?param1=1¶m2=2¶m4=4¶m5=5 >>> http://localhost/page.php?param1=1¶m3=3¶m2=2¶m3=3¶m5=5 <<< http://localhost/page.php?param1=1¶m2=2¶m5=5 >>> http://localhost/page.php?param1=1¶m2=2&PaRaM3=3 <<< http://localhost/page.php?param1=1¶m2=2
Post a Comment
No comments:
Post a Comment