basically, i am trying to get the system working which is mentioned in the column 'building websites with search engine in mind' here.
now that column is very vague and doesnt explain lot of stuff!!
i dont have access to httpd.conf so i am using .htaccess method.
i have placed .htaccess file and the sample script in same folder, and now i want 'every' URI request to be forced to read this script under this folder.
.htaccess:
<Files index>
ForceType application/x-httpd-php
</Files>
where folder it resides in is called 'hi'
and the script to be used is called 'index'
please help me get this done.
thanks
Daarius...