Hi guys,
I want to use my web site, not only for Classifieds, but also for some landing pages but then I have to configure .htaccess to let me show them. Is there an easy way to do that?

I have tried with RewriteRule ^filename\.html$ filename.html [NC,L] as I have a page named filename.html in folder filename so it should be able to locate it or do I have to insert folder as well like RewriteRule ^filename\.html$ filename/filename.html [NC,L]?

Can I call that file without loading the Flynax sw up or is that impossible? Is there a way that some folder on the site can work as "normal"? Or do I have the make a link to an external site like the pdf case John wrote about?