Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Mod_Rewrite dynamic and builds

Quote Reply
Mod_Rewrite dynamic and builds
This might be a strange question but I now have a static site that is made dynamic with mod_rewrite. Does this mean that I no longer have to do any builds?
Quote Reply
Re: [MJB] Mod_Rewrite dynamic and builds In reply to
Hi,

Yup, if you use mod_rewrite (and its setup correctly =)), you should never have to do any more rebuilds :)

Its sometimes good to run the "Repair Tables" option, as this will fix the "cool" flags etc (this is normally performed when you do a build)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Mod_Rewrite dynamic and builds In reply to
And don't forget the backup ;-)

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] Mod_Rewrite dynamic and builds In reply to
Indeed ;)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Matthias70] Mod_Rewrite dynamic and builds In reply to
Matthias70 wrote:
And don't forget the backup ;-)

Good point, completely forgot about that. Wink

I'll probably change the cron to run once a week instead of every day. That should cover it.

Thanks.