Current time: 05-04-2024, 03:23 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Vimp mit ispCP Omega
Author Message
eplay Offline
Junior Member
*

Posts: 48
Joined: Jan 2010
Reputation: 0
Post: #12
RE: Vimp mit ispCP Omega
(03-06-2011 02:09 AM)gOOvER Wrote:  und Du hast doch eine .htacess
Mit den value's drin Wink

jap und das steht dort drin

Code:
Options +FollowSymLinks +ExecCGI

php_value mbstring.detect_order       auto
php_value mbstring.internal_encoding  UTF-8
php_value mbstring.func_overload      7

php_value session.gc_probability      1
php_value session.gc_divisor          100
php_value session.gc_maxlifetime      1440

<IfModule mod_rewrite.c>
  RewriteEngine On

  # uncomment the following line, if you are having trouble
  # getting no_script_name to work
  #RewriteBase /

  # Backend Application Rules
  RewriteCond %{REQUEST_URI} ^/backend$
  RewriteRule ^backend$ backend.php/ [QSA,L,PT,NC]
  RewriteCond %{REQUEST_URI} ^/backend/
  RewriteRule ^backend/(.*)$ backend.php/$1 [QSA,L,PT,NC]

  # WebTV Application Rules
  RewriteCond %{REQUEST_URI} ^/webtv$
  RewriteRule ^webtv$ webtv.php/ [QSA,L,PT,NC]
  RewriteCond %{REQUEST_URI} ^/webtv/
  RewriteRule ^webtv/(.*)$ webtv.php/$1 [QSA,L,PT,NC]

  # we skip all files with .something
  #RewriteCond %{REQUEST_URI} \..+$
  #RewriteCond %{REQUEST_URI} !\.html$
  #RewriteRule .* - [L]

  # rewrite for vimp.swf from ostube
  RewriteRule ^vimp.swf http://%{HTTP_HOST}/flash/vimp.swf [QSA,R,L]

  # rewrite for flashcomm.php
  RewriteRule ^flashcomm.php http://%{HTTP_HOST}/media/flashcomm [QSA,R,L]

  # we check if the .html version is here (caching)
  RewriteRule ^$ index.html [QSA]
  RewriteRule ^([^.]+)$ $1.html [QSA]
  RewriteCond %{REQUEST_FILENAME} !-f

  # no, so we redirect to our front web controller
  RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
03-06-2011 06:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Vimp mit ispCP Omega - eplay - 03-05-2011, 07:20 AM
RE: Vimp mit ispCP Omega - gOOvER - 03-05-2011, 07:24 AM
RE: Vimp mit ispCP Omega - eplay - 03-05-2011, 07:31 AM
RE: Vimp mit ispCP Omega - gOOvER - 03-05-2011, 07:32 AM
RE: Vimp mit ispCP Omega - eplay - 03-05-2011, 07:36 AM
RE: Vimp mit ispCP Omega - gOOvER - 03-05-2011, 07:40 AM
RE: Vimp mit ispCP Omega - ZooL - 03-05-2011, 07:46 AM
RE: Vimp mit ispCP Omega - eplay - 03-05-2011, 07:47 AM
RE: Vimp mit ispCP Omega - gOOvER - 03-05-2011, 08:09 AM
RE: Vimp mit ispCP Omega - eplay - 03-05-2011, 08:17 AM
RE: Vimp mit ispCP Omega - gOOvER - 03-06-2011, 02:09 AM
RE: Vimp mit ispCP Omega - eplay - 03-06-2011 06:33 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)