<pre><code>I would start with something like this:<br><br></code><code>location ~* ^.+\.(html|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js)$<br>{<br>root /home/vbseo/public_html;<br>
rewrite ^/archive/(.*(html|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js))$ /vbseo.php?vbseourl=$1 last;<br>expires 10d;<br>break;<br>}</code><br><code><br>location / {<br>
root   /home/vbseo/public_html;<br>index  index.php;<br>if (!-e $request_filename) {<br>rewrite ^(.+)$ /</code>vbseo.php?vbseourl=$1<code> last;<br>}</code></pre>