Active
Project:
wgHTML
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
27 Feb 2007 at 09:37 UTC
Updated:
3 Mar 2007 at 22:05 UTC
Hi
For drupal 5 multisite system i store module to /sites/all/modules/wghtml
I set the .htaccess in my html directory /html
RewriteEngine On
RewriteCond %{REQUEST_URI} \.php$|\.html?$|\.txt$|\.doc$|\.me$ [NC]
RewriteRule ^(.*)$ /sites/all/modules/wghtml/show [L]
My html directory is located in the root directory of all my sites, i visit the html file with
http://www.mywebsite.com/html/dream.html
Page not found
Thanks
Comments
Comment #1
djnz commentedNo, the path in the RewriteRule should just be /wghtml/show (if drupal index.php is in your web root directory).
The documentation for wgHTML does need refreshing to make it clearer what goes where with Drupal 5 so I have kept this open, changed to a Doc task (although keep following up toma if you still have problems).
Comment #2
toma commentedWaw
it work just fine, i add mysql manual (frensh) check out
http://www.php.ma/manuels/mysql/index.html
Thanks
Comment #3
toma commentedI have this error visiting a page
Comment #4
djnz commentedThis looks like an issue with your MySQL set up: I am not an expert in that at all. Is this any help?
Comment #5
toma commentedI read on your forum, that wgHTML is limited to only html file with 65 ko , the html file is too heavy ... Thanks for your help and this great module
Comment #6
djnz commentedThe 65k limit has been removed in version 5.x (it was never deliberate, just an oversight in the database schema). Thanks for the feedback!
Comment #7
toma commentedThanks for your answer, the problem in mysql have no relation with the 65k issue limit !?