Welcome Guest, Not a member yet? Register   Sign In
rewriting help please
#1

[eluser]Unknown[/eluser]
My Current htaccess is

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|wildcard|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

but I also want to rewrite sub.mydomain.com to folder wildcard

where sub may be a wildcard ie anything

I have already enabled wildcard redirects and if it makes a difference, I am on litespeed

Any help is appreciated

PS

current folder structure

PUBLIC_HTML
------------ system
------------ application
------------ wildcard
------------ images
------------ index.php
------------ .htaccess
#2

[eluser]Unknown[/eluser]
bump




Theme © iAndrew 2016 - Forum software by © MyBB