Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved: dom.so] Installation / Error 404
#6
You have two choices depending on method of php is running
Code:
AddType x-mapp-php5 .php
AddHandler application/x-httpd-php5 .php
AddHandler cgi-php5 .php

or

Code:
AddHandler php5-fastcgi php
Action php5-fastcgi /fcgi/php5
AddHandler application/x-httpd-php5 php

The code has to be inserted at the beginning of .htaccess file, staying in root of your website's directory

Be carfeul as GS "creates" its own .htaccess, thus you might have to edit it and and one of the above rules inside it, after GS installs itself.
Addons: blue business theme, Online Visitors, Notepad
Reply


Messages In This Thread
[Solved: dom.so] Installation / Error 404 - by yojoe - 2010-11-29, 05:30:45



Users browsing this thread: 1 Guest(s)