Forum Moderators: phranque
Mine is in a 'hosting parameters' option, where I can add or delete extensions to be considered for each protocol, then they are written to my httpd.conf file.
Justin
I tried the full name [site.com...]
I tried... /directory/file.htm
and... directory/file.htm
and none worked... anyone got any ideas why?
Thanks,
matt
The link the server side include is attempting to find is a mod rewritten .php file.
Example used to be includes=file.php (not exact) and now is file.htm.
Could this be causing the problem? With server side includes can you link out to a php file?
THanks for any help,
matimer
However, the only issue now is that the images aren't showing up b/c they are no longer pointing to the proper directory. Is there a simple way to change all the files using some kinda mod rewrite, so that they point to a subdirectory instead of the root directory?