Thanks, that was it!garvinhicking wrote:Hi!
Try Directoryindex /cca/index.php
Regards,
Garvin
Search found 13 matches
- Thu Jan 01, 2009 6:59 pm
- Forum: General discussions
- Topic: Redirect subfolder to a catagory
- Replies: 4
- Views: 2321
- Thu Jan 01, 2009 4:54 pm
- Forum: General discussions
- Topic: Redirect subfolder to a catagory
- Replies: 4
- Views: 2321
- Wed Dec 31, 2008 8:23 pm
- Forum: General discussions
- Topic: Redirect subfolder to a catagory
- Replies: 4
- Views: 2321
Redirect subfolder to a catagory
So I used to have a different website in a subfolder off my root. The software that it was using go hacked. (SQL injection)
So i've deleted the entire folder (and it's accompany database, and I'm changing all my passwords now).
What I'd like to do is redirect the folder to a specific catagory in ...
So i've deleted the entire folder (and it's accompany database, and I'm changing all my passwords now).
What I'd like to do is redirect the folder to a specific catagory in ...
- Mon Dec 31, 2007 3:52 pm
- Forum: General discussions
- Topic: Large number of weird referrers
- Replies: 1
- Views: 1722
Large number of weird referrers
I've been getting THOUSANDS of referers from
mp3toy.info (2215)
justmusicmp3.com (1950)
west-sounds.com
tvsetmp3.com
mp3vio.com
I have no idea why, and the sites seem bogus..
I'm concerned that I might be hosting something I didn't put there, but I can't find anything I didn't upload.
Any idea ...
mp3toy.info (2215)
justmusicmp3.com (1950)
west-sounds.com
tvsetmp3.com
mp3vio.com
I have no idea why, and the sites seem bogus..
I'm concerned that I might be hosting something I didn't put there, but I can't find anything I didn't upload.
Any idea ...
- Wed Nov 21, 2007 1:32 pm
- Forum: General discussions
- Topic: Antispam Behavior
- Replies: 7
- Views: 3889
- Tue Nov 20, 2007 10:54 pm
- Forum: General discussions
- Topic: Antispam Behavior
- Replies: 7
- Views: 3889
Antispam Behavior
I was getting a moderate amount of trackback and comment spam.
I signed up for, and added the Akismet API key to the spamprotector plugin.
I haven't received ANY since then, and I wanted to check to see if something might have been tagged as spam. (Sorta a check to see if it's working thing)
Is ...
I signed up for, and added the Akismet API key to the spamprotector plugin.
I haven't received ANY since then, and I wanted to check to see if something might have been tagged as spam. (Sorta a check to see if it's working thing)
Is ...
- Wed Oct 24, 2007 3:22 pm
- Forum: General discussions
- Topic: URL Migration, entries and htaccess
- Replies: 5
- Views: 3123
301 vs 302
Just as an FYI.
You might want to use Error Code 301 instead of 302.
301 is moved permanently
Your Web server thinks that your URL has been permanently redirected to another URL. The client system is expected to immediately retry the alternate URL.
302 is moved temporarily
Your Web server thinks ...
You might want to use Error Code 301 instead of 302.
301 is moved permanently
Your Web server thinks that your URL has been permanently redirected to another URL. The client system is expected to immediately retry the alternate URL.
302 is moved temporarily
Your Web server thinks ...
- Tue Oct 16, 2007 2:25 am
- Forum: Bugs
- Topic: #skiplinks are Error 404
- Replies: 5
- Views: 3936
- Mon Oct 15, 2007 2:30 am
- Forum: Bugs
- Topic: #skiplinks are Error 404
- Replies: 5
- Views: 3936
- Sun Oct 14, 2007 3:32 pm
- Forum: General discussions
- Topic: PHP question
- Replies: 3
- Views: 2268
Thanks!!
Thanks Garvin!
That did the trick, or it was enough to get me rolling.
I added a moved 301 header to it, so it's google friendly, and I added a default case statement since I had a few pages that I didn't repost.
Here's the final form of what I went with:
<?php
header("HTTP/1.1 301");
switch ...
That did the trick, or it was enough to get me rolling.
I added a moved 301 header to it, so it's google friendly, and I added a default case statement since I had a few pages that I didn't repost.
Here's the final form of what I went with:
<?php
header("HTTP/1.1 301");
switch ...
- Sun Oct 14, 2007 4:39 am
- Forum: General discussions
- Topic: New To Blogging,
- Replies: 2
- Views: 2003
Re: New To Blogging,
I'm going to assume you have a standard install.vdice3 wrote: How do I make this appear on my web address as a blog?
You probably put the software in it's own directory.
Ex.
http://www.yourdomain.com/serendipity/ as opposed to what your expecting
http://www.yourdomain.com
- Sun Oct 14, 2007 4:33 am
- Forum: General discussions
- Topic: PHP question
- Replies: 3
- Views: 2268
PHP question
So I just switched to serendipity from an different PHP project.
I need to redirect the old pages to the new serendipity pages. The old pages
were of the format of:
http://www.mpking.com/articles.php?lng=en&pg=55
The new page is..
http://www.mpking.com/index.php?/archives/8-FreeRADIUS-PEAP ...
I need to redirect the old pages to the new serendipity pages. The old pages
were of the format of:
http://www.mpking.com/articles.php?lng=en&pg=55
The new page is..
http://www.mpking.com/index.php?/archives/8-FreeRADIUS-PEAP ...
- Fri Oct 12, 2007 5:49 pm
- Forum: Bugs
- Topic: #skiplinks are Error 404
- Replies: 5
- Views: 3936
#skiplinks are Error 404
So I just installed serendipity 1.2, with the Bulletproof theme that included with the default build.
I ran it thru an HTML validator, and it complained on the following links being 404.
Not sure if it's a serendipity, a bulletproof problem, or a stupid installer (ME) problem
<!-- #skiplinks ...
I ran it thru an HTML validator, and it complained on the following links being 404.
Not sure if it's a serendipity, a bulletproof problem, or a stupid installer (ME) problem
<!-- #skiplinks ...