no .php extenstion

Einklappen
Dieses Thema ist geschlossen.
X
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • no .php extenstion

    <HTML>Hi,

    i've seen sites which uses url's like this:

    www.site.com/?bla.php

    or www.site.com/bla?id=34

    with a little script i can use urls like this: www.site.com/bla/id/34 but i want one of the above....

    can anyone help me with this?</HTML>

    php-Entwicklung | ebiz-consult.de
    PHP-Webhosting für PHP Entwickler | ebiz-webhosting.de
    die PHP Marktplatz-Software | ebiz-trader.de

  • #2
    RE: no .php extenstion

    <HTML>add a typ in your httpd.conf (Apache-Webserver)


    AddType application/x-httpd-php .php

    hope that helps
    mark</HTML>

    php-Entwicklung | ebiz-consult.de
    PHP-Webhosting für PHP Entwickler | ebiz-webhosting.de
    die PHP Marktplatz-Software | ebiz-trader.de

    Kommentar


    • #3
      RE: no .php extenstion

      <HTML>no,
      now i can use .php files

      i already can use .php .htm etc files , i know how to do that....</HTML>

      php-Entwicklung | ebiz-consult.de
      PHP-Webhosting für PHP Entwickler | ebiz-webhosting.de
      die PHP Marktplatz-Software | ebiz-trader.de

      Kommentar


      • #4
        You may try URL rewriting with mod_rewrite in
        APACHE ...

        Or you might want to set your config directive
        "DefaultType" to "application/x-httpd-php" instead
        of "text/plain"

        HTH

        W.

        php-Entwicklung | ebiz-consult.de
        PHP-Webhosting für PHP Entwickler | ebiz-webhosting.de
        die PHP Marktplatz-Software | ebiz-trader.de

        Kommentar


        • #5
          cool

          php-Entwicklung | ebiz-consult.de
          PHP-Webhosting für PHP Entwickler | ebiz-webhosting.de
          die PHP Marktplatz-Software | ebiz-trader.de

          Kommentar

          Lädt...
          X