Hi,
I have sivved through the forums and still cannot seem to get the correct structure for my htaccess file.
What I currently do is the following:
RewriteRule ^section/(.*)/(.*)/$ section.php?id=$1 [QSA,L]
but now I want to apply the following RewriteRule and if the file cannot be found use the old rewrite rule (above).
RewriteRule ^section/(.*)/(.*)/$ static/sections/c$1.html [QSA,L]
Any help would be greatly appreciated.
Dave