Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Extract the 'xampp' folder suggesting to use C:/ as the target folder.in der datei xampp/php/php.ini muss die Zeile

Remove the Semicolon infront of the line

;extension=php_sockets.dll

auskommentiert werdeninside of xampp/php/php.ini

Linux:

Download the installer of the current version (at the time of this writing: 7.1.7)

...

(On Linux this should be /opt/lampp/apache/conf/extra/httpd-xampp.conf)


...
<IfModule alias_module>   
    ...

    Alias /bahn "<PATH TO YOUR GIT>/code/website"
    <Directory "<PATH TO YOUR GIT>/code/website">
        AllowOverride AuthConfig
        Require local
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
    </Directory>
</IfModule>

...