Welcome Guest, Not a member yet? Register   Sign In
TSUK local machine installtion problems..
#1

[eluser]Unknown[/eluser]
Hi,,

I;ve been trying to install TSUK to my Local Server, but failed to run anything, first i was getting localhost.com redirection then i followed Jason's advice i'v made each step he told me, also i've readed the whole thread and made all changes described in this thread.

http://ellislab.com/forums/viewthread/15...10/#805685

now im getting this one:

-----
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.0.55 (Win32) DAV/2 PHP/5.1.1 Server at localhost Port 80
------

Jason asked me for RewriteBase /tsuk but also to enable "LoadModule rewrite_module modules/mod_rewrite.so" i've done this still no hope, im getting same error.

please help me out or somebody can share me changed files?

here are my .htaccess

<IfModule mod_rewrite.c>
#RewriteEngine On
#RewriteCond %{HTTP_HOST} !^www\.
#RewriteRule

^(.*)$ index.html
# </IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
tsuk/

#RewriteCond %{HTTP_HOST} !^www\.
#RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond

%{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>
ErrorDocument 404 /index.php
</IfModule>

DirectoryIndex index.php index.html
#2

[eluser]beheerder[/eluser]
Hi,

Take a look at tsuk-ci2 for an complete application based on Codeigniter 2.1.2.

Regards,
Ubel Jan van Wijhe




Theme © iAndrew 2016 - Forum software by © MyBB