Posted by Ewoud Dronkert on 10/14/05 16:49
IWT wrote:
> www.abc.com/123.php the user would be able to access this via
> www.abc.com/123.html.
You could use
1) symbolic links in the file system (unix command ln -s),
2) redirects in html header from html to php file,
3) apache rewrite engine (see manual on apache.org),
4) add .html extension as type for php parsing in httpd.conf;
and maybe other approaches as well.
--
E. Dronkert
Navigation:
[Reply to this message]
|