صفحة 4 من 4
????? ????? ??????? ? stk
مرسل: الاثنين سبتمبر 20, 2010 2:14 am
بواسطة Scout4all
yemen كتب:??? ??????? ???? ???? ??? ?????
??? ??? ??? ???? ????
?? ?????? ??? ??????? ???? ???? ???? ???? ????? ??? ?????
RewriteCond=?? ??????? ???? ??????
RewriteRule=?? ??????? ???? ??????
???????? ???????? ??? ^/?$
??? ?????? ??? ??? ^(/)?$
????? ??? ^(.*)$
?? ???? ??? ?? ???? ???? ????? ??? ??????? ???? ?? ???? ????? ? ??? ??? ???????? ?????? ???? ???? ? ????? ??? ??????? ? ?????? ????? ???? ??? ?? ?????? ? ??? ?? ???? ???? ???
?????? ??????? ?? ?????? ?? ?????? ??? ??? ????? ? ????? ???? ??????? ?????? ??? ??????? ?????? ??? ?????
??????? ? RewriteCond ??? ???? ?????? ??? if
??????? RewriteRule ?? ????? ?????? ?????? ??? ???? ????? ??????
^(.*)$ ????? ???? ??????? ???? ????????
? /*
???? ?? ??????? ???? ??? ??????
???? ??? ?? ????? ?? ??????? ?? ????? ?????? ??? . ?? ????? ????? ????? ?????? ?? ???? ???? ?? ??????? ???? ???? ????? ???? ??????? ?? ???? ?????? ????? ???????? ?? ?????? ??? ??? ???????
? ????? ??? ??? ????? ???? ??? ?????? ?? ??? ??????? ? ??? ????? ??? ????? ???? ?? ?? ??? ??????? ????? ???????
????? ????? ??????? ? stk
مرسل: الاثنين سبتمبر 20, 2010 2:23 am
بواسطة vixus
?????? ?????
???? ????? ????? ???????? ?
??? ???? ??? ??? ???? ????? ??? .htaccess ??????? ?? ???? html_public ? ????? ??????? ?? ???? bb
????? ????? ??????? ? stk
مرسل: الاثنين سبتمبر 20, 2010 2:34 am
بواسطة yemen
Scout4all كتب:yemen كتب:??? ??????? ???? ???? ??? ?????
??? ??? ??? ???? ????
?? ?????? ??? ??????? ???? ???? ???? ???? ????? ??? ?????
RewriteCond=?? ??????? ???? ??????
RewriteRule=?? ??????? ???? ??????
???????? ???????? ??? ^/?$
??? ?????? ??? ??? ^(/)?$
????? ??? ^(.*)$
?? ???? ??? ?? ???? ???? ????? ??? ??????? ???? ?? ???? ????? ? ??? ??? ???????? ?????? ???? ???? ? ????? ??? ??????? ? ?????? ????? ???? ??? ?? ?????? ? ??? ?? ???? ???? ???
?????? ??????? ?? ?????? ?? ?????? ??? ??? ????? ? ????? ???? ??????? ?????? ??? ??????? ?????? ??? ?????
??????? ? RewriteCond ??? ???? ?????? ??? if
??????? RewriteRule ?? ????? ?????? ?????? ??? ???? ????? ??????
^(.*)$ ????? ???? ??????? ???? ????????
? /*
???? ?? ??????? ???? ??? ??????
???? ??? ?? ????? ?? ??????? ?? ????? ?????? ??? . ?? ????? ????? ????? ?????? ?? ???? ???? ?? ??????? ???? ???? ????? ???? ??????? ?? ???? ?????? ????? ???????? ?? ?????? ??? ??? ???????
? ????? ??? ??? ????? ???? ??? ?????? ?? ??? ??????? ? ??? ????? ??? ????? ???? ?? ?? ??? ??????? ????? ???????
????? ?????? ?????
?????? ???? ?? ???? ??? ?? ???????? ???? ??? ???? ???? ?? ??? ???? ????
????????
??????? ...
????? ????? ??????? ? stk
مرسل: الاثنين سبتمبر 20, 2010 2:37 am
بواسطة yemen
vixus كتب:?????? ?????
???? ????? ????? ???????? ?
??? ???? ??? ??? ???? ????? ??? .htaccess ??????? ?? ???? html_public ? ????? ??????? ?? ???? bb
?????? ??????
??? ?? root
كود: تحديد الكل
RewriteEngine on
#
# 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>
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^index\.php$ "http\:\/\/www\.san3auni\.com\/bb\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^/?$ "http\:\/\/www\.san3auni\.com\/bb\/" [R=301,L]
???? ?? bb
كود: تحديد الكل
#
# 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>
????? ????? ??????? ? stk
مرسل: الاثنين سبتمبر 20, 2010 3:34 am
بواسطة yemen
?????? ??? ??????? ?? ????? ????? ??? ????
????? ????? ?????
Dear Customer,
to clarify, all you are wanting to do is redirect the primary domain so that it points to the sub folder of "bb"? Do I have that correct? If so, you will need to make sure that none of the same files exist in pubic_html for it to work. So for example, if you are calling a file called search.php for example, and search.php also exists in public_html, then it won't work. To get this to work move all your files that used to exist for the main domain and then set up your redirect to and it should work fine.
????? ????? ??????? ? stk
مرسل: الاثنين سبتمبر 20, 2010 3:43 am
بواسطة vixus
???? ???? ?? ??????? ????? ??????? ?? public_html
? ???? ??? ??? ?????
كود: تحديد الكل
Redirect 301 / http://www.san3auni.com/bb/
??? ?????? ?? ??????? ????? ??? ?????? bb
??? ???? ??? ?? ??? ????? ????? ?? ????? ????? ????? ??? ?????? bb
???? ?? ??? ?? ???? ?????? bb ??????? ? ???? ?? ???? ?????? ???? ?????? ?????
??? chat.html
??? ?????? ??????
http://www.san3auni.com/chat.html
???? ?????? ?????? ??? ??????
http://www.san3auni.com/bb/chat.html
??? ???? ??? ????? ??? ????? ????? ????? 301 ??? ??????? ? ???????? ? ??? ?? ???????? ? ?????? ??????? ??????? ?????
??? ?? ??? ????? ???? ????? ???? ??? ????? ???????
??? ?? ??? ?? ???? ?? ????? ??? ???? ??????? ?????? ???????? ??? ??? ????? ???? ??????
? ??? ???? ????? ????? ??? ?????? ?? ??? ???? ?????? ????? ??? htaccess ??? ?? ?????
???? ?? ???? ?? ?????
????? ????? ??????? ? stk
مرسل: الاثنين سبتمبر 20, 2010 2:43 pm
بواسطة yemen
?? ?? ???????
????????? ??????? ???? awthah
????? ?????? ????? ???????? ?? ???????
??? ???? ????? ????
????????
?? ???? ?? ??? ???????
??????? ??????
???? ??? ??????? ???? ????? !!
?????? ??? ???????? ???? ?? ???????
كود: تحديد الكل
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^viewtopic\.php\/?(.*)$ "http\:\/\/www\.san3auni\.com\/bb\/viewtopic\.php$1" [R=301,L]
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^viewforum\.php\/?(.*)$ "http\:\/\/www\.san3auni\.com\/bb\/viewforum\.php$1" [R=301,L]
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^bb\/index\.php$ "http\:\/\/www\.san3auni\.com\/bb" [R=301,L]
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^memberlist\.php\/?(.*)$ "http\:\/\/www\.san3auni\.com\/bb\/memberlist\.php$1" [R=301,L]
????? ????? ??????? ? stk
مرسل: الاثنين سبتمبر 20, 2010 2:51 pm
بواسطة Scout4all
yemen كتب:?? ?? ???????
????????? ??????? ???? awthah
????? ?????? ????? ???????? ?? ???????
??? ???? ????? ????
????????
?? ???? ?? ??? ???????
??????? ??????
???? ??? ??????? ???? ????? !!
?????? ??? ???????? ???? ?? ???????
كود: تحديد الكل
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^viewtopic\.php\/?(.*)$ "http\:\/\/www\.san3auni\.com\/bb\/viewtopic\.php$1" [R=301,L]
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^viewforum\.php\/?(.*)$ "http\:\/\/www\.san3auni\.com\/bb\/viewforum\.php$1" [R=301,L]
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^bb\/index\.php$ "http\:\/\/www\.san3auni\.com\/bb" [R=301,L]
RewriteCond %{HTTP_HOST} ^san3auni.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.san3auni.com$
RewriteRule ^memberlist\.php\/?(.*)$ "http\:\/\/www\.san3auni\.com\/bb\/memberlist\.php$1" [R=301,L]
????? ??? ??? ?? ?? ?????? ? ????? ????? ???? awthah ???????? ?????? yamen ?? ?? ???????
????? ????? ??????? ? stk
مرسل: الاثنين سبتمبر 20, 2010 2:57 pm
بواسطة vixus
????? ????
?????? ???
????? ????? ??????? ? stk
مرسل: الأربعاء سبتمبر 22, 2010 5:13 pm
بواسطة awthah
yemen كتب:?? ?? ???????
????????? ??????? ???? awthah
????? ?????? ????? ???????? ?? ???????
.......
???? ?? ???? Yemen
??? ???? ?? ??????
????? ????? ??? ???? ?? ???? ???? ????? ???
????? ???? ???? ?? ???? ???? ?? ???? ?? ???? ?? ??????? ?? ?????? ??? ??????? ???? ???? ???? ?? ???
????? ??? ????? ????? ??????? ??????? ??? ??????? ??????? :-
???? ??? ???? ???? ??????
????? ???????
????? ????? ?????? ??????
http://www.xxx.com/X/viewtopic.php
???
http://www.xxx.com/Y/viewtopic.php
???
X ?? ???? ?????? ??????
Y ?? ???? ?????? ?????? ????? ???? ?????? ??????? ????
????
www.englab-su.com/bb
www.englab-su.com/community
??????
????? ??
www.englab-su.com/bb/viewtopic.php
???
www.englab-su.com/community/viewtopic.php
????????

????? ????? ??????? ?stk ???? ???????
مرسل: الأربعاء سبتمبر 22, 2010 5:35 pm
بواسطة A.B.M.K
? ???? ??? ????
???? ???? ? ?? ????? ?? ?????? ???? ??? .. ??? ???? ?????

????? ????? ??????? ? stk
مرسل: الأربعاء سبتمبر 22, 2010 11:00 pm
بواسطة yemen
????? ?????
??? ?? ??? ???????
???? ??? ??? ?????? ???? ???
?????? ?????? ?? ?? ???? www
?????? ???? ???? ???? wild card
??? ????
?????? ???? ??? ??????
??? ???? ????????? ??? viewtopic
??? ????? ????? ?????
?? ??? ???? ???? ??? ???? ???????
?? ??? ???? ???? ???? ?????? ?????
????? ?????
????? ?? ????? ?????? ?? ?????????
????? ???????? phpbb
????? ????? ??????? ?stk ???? ???????
مرسل: الأربعاء سبتمبر 22, 2010 11:32 pm
بواسطة awthah
????? ??? ???? ??????? ????? ???? ?? ?????? ????? ??????? ????? ??? ???? ????? ,????? ????
