I am running some WordPress sites. There is no reason I can think that you would need to modify your .htaccess from what is created/copied at install.
Here is the standard .htaccess:
I don't readily see why this would not work on a subdomain just the same. Am I missing something here TGates ? - Sorry I am not awesome with regex expressions and the like... Perhaps your issues are somewhere else. DNS would come to mind...
Here is the standard .htaccess:
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I don't readily see why this would not work on a subdomain just the same. Am I missing something here TGates ? - Sorry I am not awesome with regex expressions and the like... Perhaps your issues are somewhere else. DNS would come to mind...
Everyone makes mistakes, but to truly screw up it takes the root password!