zur
09-02-2008, 04:41 AM
Hi,
I'm using htaccess but I can't say that I'm an expert in it, so i need some help...
I'm working to improve a wordpress blog, let's say at www.mydomain.com, so the addresses of the entries/pages are like www.mydomain.com/what-a-nice-day, I have to add another blog to the same domain, at an address like www.mydomain.com/abc. I'm pretty sure that I have to modify the htaccess file to make this work, but I couldn't manage it so far... :o
the current htaccess file is as follows:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Is there anyone who could be kind enough to give me a hint :)
ps: please don't bother saying "get another domain" or "use a subdomain", these are no options at the moment.
I'm using htaccess but I can't say that I'm an expert in it, so i need some help...
I'm working to improve a wordpress blog, let's say at www.mydomain.com, so the addresses of the entries/pages are like www.mydomain.com/what-a-nice-day, I have to add another blog to the same domain, at an address like www.mydomain.com/abc. I'm pretty sure that I have to modify the htaccess file to make this work, but I couldn't manage it so far... :o
the current htaccess file is as follows:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Is there anyone who could be kind enough to give me a hint :)
ps: please don't bother saying "get another domain" or "use a subdomain", these are no options at the moment.