MasterKaos
Programmer
I’m a total newb when it comes to regex, so I was wondering if someone could help me come up with the correct mod rewrite rule for the following scenario:
When this url is requested
domain.com/sub/directory/file.php
This url is called
domain.com/?p=sub.directory.file (or domain.com/index.php?p=sub.directory.file)
if someone could help me with the rule and explain the different bits of it I’d be forever grateful =)
Thanks!
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
When this url is requested
domain.com/sub/directory/file.php
This url is called
domain.com/?p=sub.directory.file (or domain.com/index.php?p=sub.directory.file)
if someone could help me with the rule and explain the different bits of it I’d be forever grateful =)
Thanks!
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.