|
|
PHP Quellcode |
1 |
<?php phpinfo(); ?> |
Quoted
Loaded Modules mod_userdir, mod_ssl, mod_python, mod_php4, mod_perl, mod_setenvif, mod_so, mod_usertrack, mod_headers, mod_expires, mod_cern_meta, mod_digest, mod_auth_db, mod_auth_dbm, mod_auth_anon, mod_auth, mod_access, mod_rewrite, mod_alias, mod_speling, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_info, mod_status, mod_negotiation, mod_mime, mod_mime_magic, mod_log_referer, mod_log_agent, mod_log_config, mod_define, mod_env, mod_vhost_alias, mod_mmap_static, http_core
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
##
# @version $Id: htaccess.txt 1005 2005-11-13 17:33:59Z stingrey $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##
Options +FollowSymLinks
#
# mod_rewrite in use
#
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
# RewriteBase /YourJoomlaDirectory
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
|
Quoted from ""regon_de""
affiliate-start wird auf dem gleichem Server wie regon.de gehostet: http://www.regon.de/AFILLIATE-START....
Quoted
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
|
|
Source code |
1 |
RewriteBase /AFFILIATE-START |
Quoted
<Directory "/var/www/##user##/html/">
AllowOverride All
Options +FollowSymLinks
</Directory>
Quoted
<Directory "/srv/www/##user##/html/">
AllowOverride All
Options +FollowSymLinks
</Directory>
Quoted
<Directory "/home/##user##/html/">
AllowOverride All
Options +FollowSymLinks
</Directory>