phpns-team team mailing list archive
-
phpns-team team
-
Mailing list archive
-
Message #00446
Re: [Question #78737]: How can I point my SEF Url to different pages?
Question #78737 on phpns changed:
https://answers.launchpad.net/phpns/+question/78737
Status: Open => Answered
alecwh proposed the following answer:
SkinnerG,
You don't need to create any directories. You can use this technique I
described, and reroute the request to the appropriate PHP page.
For example, with .htaccess, you could route this:
http://example.org/hardware/Article-title-here
to the script:
http://example.org/hardware.php. You can also set it up so anything
between http://example.org/ and /Article-title-here can be the name of
the PHP script in question.
The URL looks like you would be creating new directories, but it is an
illusion that .htaccess provides. :)
--
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.