mathkas Posted October 2, 2011 Posted October 2, 2011 please help my code .htaccess file is # # Uncomment the statement below if you want to make use of # HTTP authentication and it does not already work. # This could be required if you are for example using PHP via Apache CGI. # #<IfModule mod_rewrite.c> #RewriteEngine on #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] #</IfModule> <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "common.php"> Order Allow,Deny Deny from All </Files> ### phpBB MF BEGIN ### # Try to remove the comment (#) if URL Rewrite is enabled and does not work #php_value output_buffering on DirectoryIndex index.php index.html index.htm <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # Remove comments (#) if you would like to use. This will redirect http://yourdomain.com to http://www.yourdomain.com #RewriteCond %{HTTP_HOST} ^yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L] # Rules for board directory and other pages RewriteRule ^visit-([0-9]*)(.*).html$ board_directory.php?visit=$1 [L] RewriteRule ^category-([0-9]*)(.*)-([0-9]*)-([a-zA-Z0-9]*)-([a-zA-Z0-9]*).html$ board_directory.php?page=$3&c=$1&sort_by=$4&order=$5 [L] RewriteRule ^category-([0-9]*)(.*).html$ board_directory.php?c=$1 [L] RewriteRule ^board_directory.html$ board_directory.php [L] RewriteRule ^get-free-forum.html$ signup.php [L] RewriteRule ^terms.html$ terms.php [L] RewriteRule ^upgrade-forum.html$ upgrade_forum.php [L] # Rules for forums RewriteRule ^(.*)vf([0-9]*).html$ viewforum.php?f=$2&%{QUERY_STRING} [L] RewriteRule ^(.*)vt([0-9]*).html$ viewtopic.php?t=$2&%{QUERY_STRING} [L] RewriteRule ^vp([0-9]*).html$ viewtopic.php?p=$1&%{QUERY_STRING} [L] RewriteRule ^(.*)vm([0-9]*).html$ memberlist.php?mode=viewprofile&u=$2&%{QUERY_STRING} [L] RewriteRule ^search.html$ search.php?%{QUERY_STRING} [L] RewriteRule ^faq.html$ faq.php?%{QUERY_STRING} [L] RewriteRule ^memberlist.html$ memberlist.php?%{QUERY_STRING} [L] RewriteRule ^viewonline.html$ viewonline.php?%{QUERY_STRING} [L] </IfModule> ### phpBB MF END ### please help mod-rewrite is enable in our hosting or Not ?
Tjoene Posted October 2, 2011 Posted October 2, 2011 Mod-rewrite is enabled. Are you having problems with the .htaccess file?
mathkas Posted October 2, 2011 Author Posted October 2, 2011 Mod-rewrite is enabled. Are you having problems with the .htaccess file? i don't know but i want to create a sub domain with .htaccess file because my web site is a free hosting forums http://je-biz.tk
Guest xaav Posted October 2, 2011 Posted October 2, 2011 What are you trying to accomplish? What problem are you having?
mathkas Posted October 2, 2011 Author Posted October 2, 2011 What are you trying to accomplish? What problem are you having? my problem is : when a membre of my web site creat one account my script creat one forum and the link of here account is xxxxx.je-biz.tk but the link doesn't work like http://mathkas.je-biz.tk
Tjoene Posted October 2, 2011 Posted October 2, 2011 It takes 24h to create a sub-domain. That is probably why the link doesn't work. This is to prevent overload of the servers.
mathkas Posted October 2, 2011 Author Posted October 2, 2011 Mod-rewrite is enabled. Are you having problems with the .htaccess file? i don't know but i want to create a sub domain with .htaccess file because my web site is a free hosting forums http://je-biz.tk Make sure you have the .htaccess file is in the map where your sub-domain points to. It should be in the je-biz.tk folder in your public_html. yes i have the .htccess file in public_html/JE-BIZ.TK
Guest xaav Posted October 2, 2011 Posted October 2, 2011 You will need to purchase a dedicated IP to accomplish that functionality. What I'm guessing is that you are trying to dynamically create subdomains, right?
mathkas Posted October 2, 2011 Author Posted October 2, 2011 It takes 24h to create a sub-domain. That is probably why the link doesn't work. This is to prevent overload of the servers. tomorrow i see if it is work or not and i contact you to confirme the resaulte thanx You will need to purchase a dedicated IP to accomplish that functionality. What I'm guessing is that you are trying to dynamically create subdomains, right? how to detectated ip
Krydos Posted October 2, 2011 Posted October 2, 2011 how to detectated ip Source: http://wiki.helionet.org/Using_SSL However, our provider of dedicated IPs is requesting $12 per dedicated IP. If you are willing to pay this fee, then please create a new topic in the Customer Service forum on HelioNet, and we will give you further instructions related to payment etc.
mathkas Posted October 3, 2011 Author Posted October 3, 2011 how to detectated ip Source: http://wiki.helionet.org/Using_SSL However, our provider of dedicated IPs is requesting $12 per dedicated IP. If you are willing to pay this fee, then please create a new topic in the Customer Service forum on HelioNet, and we will give you further instructions related to payment etc. what is the relation between ssl and create the subdomaine
Guest xaav Posted October 3, 2011 Posted October 3, 2011 You can create subdomains without purchasing a dedicated IP. However, you cannot dynamically create subdomains (eg. create subdomains with PHP scripts), without purchasing a dedicated IP. From what you were telling me, I assumed you wanted to dynamically create subdomains with your PHP scripts.
jje Posted October 5, 2011 Posted October 5, 2011 SSL is actually not associated with your issue. However, the reason the page is called 'Using SSL' is because Dedicated IPs are most commonly used for SSL, and therefore we named the page 'Using SSL'. Of course you can use Dedicated IPs with other situations, like the one xaav has just said. If you want to buy a dedicated IP, please send $12 to admin@heliohost.org via PayPal and post back here. However, I would confirm with xaav that you actually need one first.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now