A Few (Very Important) Questions on HTAccess and more
-
A few short questions i was hoping you guys could help me with
Heres the deal
I have a nucleus site at https://the-deli.org
Its mean spirited celebrity satire, which is irrelevant, but just so you know im not morally bankrupt. Honest.Anyway the problem is i have been developing my wordpress site in a subdirectory, and I am almost ready to move it into the main site. I plan to turn my old site, the Nucleus site, into an archive because i want to keep all the old urls. So all the Nucleus files will remain in the main area
However, I need to edit the htaccess file in that folder for me to be able to use the customised urls for WordPress.
But when i do that, it seems to mess up my current htaccess stuff for the nucleus.—
RewriteEngine On
RewriteRule ^member/(.*) index.php?arr=member/$1
RewriteRule ^item/(.*) index.php?arr=item/$1
RewriteRule ^category/(.*) index.php?arr=category/$1
RewriteRule ^blog/(.*) index.php?arr=blog/$1
RewriteRule ^archive/(.*) index.php?arr=archive/$1
RewriteRule ^archives/(.*) index.php?arr=archives/$1
—I pasted the wp stuff above that and basically what it did was it killed off the nucleus stuff. I need both of them to work, Anyone have any idea how?
Furthermore i want to shrink the size of the column in the Kubrick skin and expand the main column a little bit, Anyone know how to do that?
Help much appreciated in advance.
- The topic ‘A Few (Very Important) Questions on HTAccess and more’ is closed to new replies.