Posts Tagged Za
Regular expression and Rewrite Rule sample
Posted by in htaccess on June 3rd, 2010
RewriteRule ^/?(tag)/([a-zA-Z_$]+)$ /index.php?option=com_tag&t=$1&t1=$2 [L]
^ -> start of expresion
/? -> / can exist or not.
(tag) -> a string “tag”
Posted by in htaccess on June 3rd, 2010
RewriteRule ^/?(tag)/([a-zA-Z_$]+)$ /index.php?option=com_tag&t=$1&t1=$2 [L]
^ -> start of expresion
/? -> / can exist or not.
(tag) -> a string “tag”
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^