Jump to content

Change the .php extension into some thing


maheswaran

Recommended Posts

Add the bold line in httpd.conf

 

    AddType application/x-compress .Z

    AddType application/x-gzip .gz .tgz

    AddType application/x-httpd-php .php

    AddType application/x-httpd-php .abc

    AddType application/x-httpd-php .php3

 

it will only work in your machine, but you won't have access to httpd.conf in your hosting server

Most hosts give you access to .htaccess though.

 

n~ link=topic=165939.msg730107#msg730107 date=1193902226]

Add the bold line in httpd.conf

 

    AddType application/x-compress .Z

    AddType application/x-gzip .gz .tgz

    AddType application/x-httpd-php .php

    AddType application/x-httpd-php .abc

    AddType application/x-httpd-php .php3

 

it will only work in your machine, but you won't have access to httpd.conf in your hosting server

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.