URL variables
/product/index.cfm?v=pspptuts-corel-paintshop-photo-pro-x3-video-tutorials-step-by-step&a=training
| v |
= |
pspptuts-corel-paintshop-photo-pro-x3-video-tutorials-step-by-step |
| a |
= |
training |
What I currently have (not working correctly. see product list page for info):
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([A-Za-z0-9-]+)/?-(?:([^/]+)/?)?$ product/index.cfm?v=$1?2&a=$2 [NC,L,QSA]
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([_A-Za-z0-9-]+)?$ product/index.cfm?v=$1?2&a=$2 [NC,L,QSA]