* Josh <[EMAIL PROTECTED]>:
> I am converting a site to use includes instead of a Dreamweaver template. I
> want the URLs to look like this: www.my-site1234.com/contact instead of
> www.my-site1234.com/default.php?p=contact.
>
> I found some tutorials on editing the .htaccess file but where do I f
[EMAIL PROTECTED] (Kelly Meeks) wrote:
> Does anyone have any ideas/info (or can you point me to) regarding how
> to make dynamic php content more search engine friendly (losing the
> '?' when dealing with url variables)?
>
> As a Cold Fusion convert, you could do something like this:
>
> ht
> ScriptAlias /php/ "C:/php/"
> AddType application/x-httpd-php .php
> Action application/x-httpd-php "/php/php.exe"
I'm guessing that this mechanism relies on the / to determine where/when the
end of a URL is...
Or something like that.
You may need to dig deeper into http://apache.org and see
3 matches
Mail list logo