IPB

Welcome Guest ( Log In | Register )

[Resolved]A Problem Because Of My Subdomain

This topic is about [Resolved]A Problem Because Of My Subdomain, the author, manu_chao, wrote about: Bonjour à tous, je fais ma grande entrée ici ^^vive ce mod, c'est magnifique Par contre j'ai un problème, mon forum est sur un nom de domaine http://forum.site.fr et le Furl ne marche pas, ... To read more just scroll down

 
Reply to this topicStart new topic
[Resolved]A Problem Because Of My Subdomain, Furl doesn't work …
manu_chao
post Apr 27 2008, 06:54 PM
Post #1


Newbie
*

Group: Members
Posts: 8
Joined: 18-April 08
Member No.: 239



Bonjour à tous, je fais ma grande entrée ici ^^vive ce mod, c'est magnifique wink.gif
Par contre j'ai un problème, mon forum est sur un nom de domaine http://forum.site.fr
et le Furl ne marche pas, il me met une erreur 500 internal server error à chaque fois que je clique sur un forum !!!

Hi all, I've juste arrived here, this mod is incredible, developers rock !
But I've a small problem, I'd like to use the Furl on my board and my board has this type of subdomain url : http://forum.site.fr
I've a bad Error 500 each time I cliked on a category !!!

Thanks for all help you can bring to me . wink.gif

And sorry for my bad english, I'm french (and I have a english exam tomorrow T_T)
A+
manu
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 28 2008, 01:31 AM
Post #2


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



Don't know the problem, but english wise heres a tip.

Instead of: I'v a
Use: I have a
Go to the top of the page
 
+Quote Post
manu_chao
post Apr 28 2008, 11:42 AM
Post #3


Newbie
*

Group: Members
Posts: 8
Joined: 18-April 08
Member No.: 239



ok thanks you smile.gif

But nobody can help me, it's a little unpleasant?

+++
Go to the top of the page
 
+Quote Post
manu_chao
post Apr 28 2008, 04:49 PM
Post #4


Newbie
*

Group: Members
Posts: 8
Joined: 18-April 08
Member No.: 239



Arf, I have noticed that the htaccess doesn't exist !!!
What happened ?
Go to the top of the page
 
+Quote Post
R1p.PeR
post Apr 28 2008, 05:01 PM
Post #5


Member
**

Group: +Pre-release Team
Posts: 20
Joined: 29-March 08
Member No.: 204



Mmmmmm try to reupload all the files, I use it in a subdomain without problem or just upload the htaccess
Go to the top of the page
 
+Quote Post
manu_chao
post Apr 28 2008, 05:31 PM
Post #6


Newbie
*

Group: Members
Posts: 8
Joined: 18-April 08
Member No.: 239



Hi all,
Euh It's strange, I downloaded your mod on this website and the htaccess doesn't appear
That's why, it doesn't work !!! (I think)

Can somebody give me the htacces
a+
manu

edit : you have also a subdomain like me ? so it can work
Go to the top of the page
 
+Quote Post
R1p.PeR
post Apr 28 2008, 09:11 PM
Post #7


Member
**

Group: +Pre-release Team
Posts: 20
Joined: 29-March 08
Member No.: 204



You just need to create a new txt file named htaccess, since windows doesnt allow to change the name from htaccess.txt to .htaccess, you have to upload the file in the root of your forum directory and rename it through you ftp program from htaccess.txt to .htaccess, thats right, the dot is important.

The htaccess mus be empty, i mean, you dont need to write anything there, just set chmod to 777 I think.

Yes, I have a subdomain too and it works just fine.
Go to the top of the page
 
+Quote Post
manu_chao
post Apr 29 2008, 05:31 AM
Post #8


Newbie
*

Group: Members
Posts: 8
Joined: 18-April 08
Member No.: 239



I'm sorry but it doesn't work !

Could you explain how did you do to run on your subdomain (Mine is http://test.wargamefranceforum.fr) ?

The htaccess seems to be empty after installing the mod ...

Thanks

manu
Go to the top of the page
 
+Quote Post
bramburn
post Apr 29 2008, 06:57 PM
Post #9


Administrator
***

Group: Root Admin
Posts: 905
Joined: 25-June 07
From: London
Member No.: 1



my dev board is runned under a subdomain.
you have to run you settings in the admincp to add the htaccess.

i think ill post a tutorial on how to do it manually.

#########
sur mon dev server j'utilise un subdomain
je crois que to doit suive le settings dans l'admincp pour cree l'htaccess

je vaid ecrir un tutorial pour le faire manulement


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
manu_chao
post Apr 29 2008, 09:30 PM
Post #10


Newbie
*

Group: Members
Posts: 8
Joined: 18-April 08
Member No.: 239



Hi bramburn,
I finnaly found what I did wrong, I saved the htaccess in rtf, so There was some text in it.
After install, the htacces got something like this :
CODE
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^sitemapx.xml(.*) test/modules/minerva/tools/sitemap.php$1 [L]
RewriteCond %{HTTP_HOST} ^www\.test.wargamefranceforum.fr
RewriteCond %{REQUEST_FILENAME} !^admin/
RewriteRule ^(.*)$ http://test\.wargamefranceforum\.fr/$1 [R=301,L]
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . test/index.php [L]
</IfModule>


But it doesn't work again .
It was so close …
Go to the top of the page
 
+Quote Post
manu_chao
post Apr 30 2008, 05:10 PM
Post #11


Newbie
*

Group: Members
Posts: 8
Joined: 18-April 08
Member No.: 239



oh lalalala, je suis vraiment un imbécile
MERCI BRAMBURRRRRRRRRRRN ^^

J'ai trouvé, en fait j'ai rempli le champ folder name, alors qu'il n'y a pas à le faire, j'avais mal lu le manuel !!!

Des fois l'anglais et moi, oula wacko.gif wacko.gif
En tout cas, merci à tous, Thanks all wink.gif
a+
manu

Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
Tags
No Tag inserted yet


 



RSS Lo-Fi Version | Sitemap  | SEO by MinervaSEO © Icelabz.net Time is now: 21st November 2008 - 07:40 PM