Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End ForceType and Clean URLs with suphp

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #28368
    nosecreek
    Member

    I want to use ForceType to give my site clean URLs. My .htaccess was as follows:

    Code:

    ForceType application/x-httpd-php

    This worked fine on my own computer, but when I placed it on my host it didn’t work. They tell me it is because they use suphp and files must have extensions to execute. Does anyone know of any workarounds? I have already tried:

    Code:
    ForceType x-httpd-php

    and

    Code:
    SetHandler application/x-httpd-php

    with no luck.

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.