Re: mod_rewrite

[email protected] (pete M) Fri, 22 Apr 2005 15:34:19 +0100
Newsgroups php.smarty.dev
Message-ID <[email protected]>
oops
what I mean is that its the apache mod_rewrite  that goes in .htaccess

I cant do it on my local server (because I dont have access to the 
http://localserver/ - am an user with http://localserver/~mydir

and my online server does not have mod_reqrite enabled !!!

pete

pete M wrote:
> ok so regular expressions are a "dark art" to me..
> 
> I'm working on a revamp of the smarty site..
> 
> is there a guru who can do the "preg" to rewrite
> 
> index.php?page=crashcourse
> to
> crashcourse.html
> 
> and
> 
> index.php?page=manual&lang=en&entry=installation.php#installation.requirements 
> 
> to
> manual/en/installation.html#installation.requirements
> 
> or something to that effect..
> 
> required for search engine optimization ;-)
> 
> tia and regards
> pete