mvisia
Goto Top

virtual subdomains erstellen

Webdesigner gesucht

Hallo, ich such jemande der mir eine htaccess datei umschreiben kann:


unzwar so dass so dass sie auf meiner Webseite wen jemand sich registiert eine Virtual Subdomains erstellt wird.


Leider habe ich nich viel ahnung wie man die programiert un meine Web kenntnisse sin auch nich so gut dass ich die maachen kann ich paste hier maal skrip der datei dir zu verännderen ist:


#-----------------------------------------
  1. Jamroom 4 SEFJAM .htaccess file
  2. $Id: sefjam_htaccess,v 1.6 2009-02-13 00:58:02 bigguy Exp $
#-----------------------------------------
Options +FollowSymLinks
RewriteEngine On

  1. This is our fallback page if any friendly URL for a profile should
  2. fail to be redirected. Note that this is not needed unless you
  3. need to send failed URLs to a custom page
#SetEnv JR_FRIENDLY_FAIL index.php?t=browse_artist

  1. Uncomment if you are using the Nova or JamTube skins and settings.cfg.php uses a WWW url
#RewriteCond %{HTTP_HOST} !^www\.
#RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]
#
  1. Uncomment if you are using the Nova or JamTube skins and settings.cfg.php uses a NON WWW url
#RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
#RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

  1. If we come in EMPTY, just load the index
RewriteRule ^$ index.php [L]

  1. PAGES (templates)
  2. Rewrite Pattern Redirect URL Options - SEFTAG required!
RewriteRule ^pages/([^/]+) index.php?t=$1 [E=SEFTAG:pages,L]
RewriteRule ^charts/([^/]+) index.php?t=$1 [E=SEFTAG:charts,L]
RewriteRule ^lists/([^/]+) index.php?t=$1 [E=SEFTAG:lists,L]
RewriteRule ^articles/([^/]+) index.php?c=$1 [E=SEFTAG:articles,L]
RewriteRule ^signup/([^/]+) signup.php [E=SEFTAG:signup,L]
RewriteRule ^content/(.+) index.php?c=$1 [E=SEFTAG:content,L]
RewriteRule ^forum(/)+(.*)$ forum.php?band_id=0 [E=SEFTAG:forum,QSA,L]
RewriteRule ^comments(/)+(.*)$ comment.php [E=SEFTAG:comments,QSA,L]
RewriteRule ^community(/)+$ index.php?t=community [E=SEFTAG:community,QSA,L]
RewriteRule ^search(/)+$ index.php?t=search [E=SEFTAG:search,QSA,L]

  1. SefJam support for Link Masker
RewriteRule ^chart=([^/]+)$ sefjam.php?uf_str=$1 [L]
RewriteRule ^list=([^/]+)$ sefjam.php?uf_str=$1 [L]
RewriteRule ^page=([^/]+)$ sefjam.php?uf_str=$1 [L]

  1. Profiles - specific pages
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{SCRIPT_FILENAME} !(([^/]+)\.css)
RewriteCond %{SCRIPT_FILENAME} !(([^/]+)\.xml)
RewriteCond %{REQUEST_URI} !^(.*epk.*)$
RewriteCond %{REQUEST_URI} !^(.*song_player.*)$
RewriteRule ^members/([0-9]+)(/.*)?$ sefjam.php?band_id=$1 [QSA,L]
RewriteRule ^([A-Za-z0-9_.-]+)/guestbook(/)?$ guestbook.php?mode=view_guestbook&template=script_guestbook.tpl&profile=$1 [QSA,L]
RewriteRule ^([A-Za-z0-9_.-]+)/epk(/)?$ epk.php?profile=$1 [QSA,L]
RewriteRule ^([A-Za-z0-9_.-]+)/contact(/)?$ contact.php?template=script_contact.tpl&profile=$1 [QSA,L]
RewriteRule ^([A-Za-z0-9_.-]+)/comments(/)?$ comment.php?mode=view_comments&type=band&template=script_comment.tpl&profile=$1 [QSA,L]
RewriteRule ^([A-Za-z0-9_.-]+)/share(/)?$ share.php?mode=form&template=script_share.tpl&profile=$1 [QSA,L]
RewriteRule ^([A-Za-z0-9_.-]+)/info(/)?$ $1/info.php [QSA,L]
RewriteRule ^([A-Za-z0-9_.-]+)/forum(/.*)?$ forum.php?profile=$1 [QSA,L]

  1. Profiles - entry
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^/]+)((/.+\.php)?/?)$ sefjam.php?uf_name=$1&uf_path=$2 [QSA,L]


Ich danke schon im voraus für die Hilfe

PS: wenn mein Deutsch nicht so gud ist.

Content-Key: 111890

Url: https://administrator.de/contentid/111890

Printed on: April 18, 2024 at 12:04 o'clock

Mitglied: 16568
16568 Mar 19, 2009 at 18:05:45 (UTC)
Goto Top
Du suchst keinen Webdesigner, sondern einen PHP-Coder, der auch gleichzeitig Ahnung von Linux-Servern hat, denn ein NS-Record wird nicht mittels htaccess erzeugt, sondern durch ANlegung desselben im Nameserver.


Lonesome Walker
Member: Mvisia
Mvisia Mar 19, 2009 at 18:11:03 (UTC)
Goto Top
Hey, ich verstehe nich so richti was du meins,

ich kann mich schlecht auf deutsch ausdrücken ich gebe dir maal ein link fleicht verstehs du dan was ich genau suche:

http://www.webdeveloper.com/forum/showthread.php?t=104901


Mvisia