I have an issue with this that i cannot figure out:
What i have done is i have links like this:
<a href="{$domain}/corporate-events/{$result.subcat egory|stripres} .html" title="Corporat e Events - {$result.subcat egory}" class="submenu" >{$result.subca tegory}</a>
With the re-write rule:
RewriteRule ^corporate-events/(.*)\.html$ entertainment-listings.php?ti tle=$1
This is working fine but what i want to do now is have the link like this:
<a href="{$domain}/{$resultb.regio n|stripres}/{$cat}/{$pagename|stri pres}.html" title="{$result b.area} - {$resultb.regio n}" class="submenu" >{$resultb.regi on}</a>
What would the re-write be on this?
Cheers,
Adam
What i have done is i have links like this:
<a href="{$domain}/corporate-events/{$result.subcat egory|stripres} .html" title="Corporat e Events - {$result.subcat egory}" class="submenu" >{$result.subca tegory}</a>
With the re-write rule:
RewriteRule ^corporate-events/(.*)\.html$ entertainment-listings.php?ti tle=$1
This is working fine but what i want to do now is have the link like this:
<a href="{$domain}/{$resultb.regio n|stripres}/{$cat}/{$pagename|stri pres}.html" title="{$result b.area} - {$resultb.regio n}" class="submenu" >{$resultb.regi on}</a>
What would the re-write be on this?
Cheers,
Adam
Comment