Search found 10 matches

by CaptainDEEZ
Wed Jun 01, 2011 11:31 pm
Forum: General discussions
Topic: Customize <title> tag for each question
Replies: 7
Views: 8209

Re: Customize <title> tag for each question

So if it's not possible, do you want me to post the code up here when the programmer I work with figures it out for me?
by CaptainDEEZ
Thu May 26, 2011 11:28 pm
Forum: General discussions
Topic: Customize <title> tag for each question
Replies: 7
Views: 8209

Re: Customize <title> tag for each question

Sorry, I may not have explained it well enough.

I meant how to make the forum generate a custom title and description for each individual page. Aside from the main index page, I've already done those.
by CaptainDEEZ
Thu May 26, 2011 3:28 am
Forum: General discussions
Topic: Customize <title> tag for each question
Replies: 7
Views: 8209

Re: Customize <title> tag for each question

Does anybody know the code to make a custom title tag and description for every category?
This would be very helpful for SEO. As it is now, every page takes on the main FAQ title. Duplicate information on google penalizes you, but it wouldn't if each page had a title and description pertaining to it ...
by CaptainDEEZ
Tue May 17, 2011 1:45 am
Forum: General discussions
Topic: Relevant URLs
Replies: 11
Views: 14414

Re: Relevant URLs

And you my friend... officially rock!

Thanks. That worked.
by CaptainDEEZ
Mon May 16, 2011 1:05 pm
Forum: General discussions
Topic: Relevant URLs
Replies: 11
Views: 14414

Re: Relevant URLs

So this is what should be at the top of my .htaccess file..?

RewriteBase /cheatcodes/

The folder the FAQ is in is called "cheatcodes"

The link works fine up to this point:
http://cdeezgames.com/cheatcodes/

After I click on anything else, it gets a 404 error.

I just saw what you were talking ...
by CaptainDEEZ
Sun May 15, 2011 7:30 pm
Forum: General discussions
Topic: Relevant URLs
Replies: 11
Views: 14414

Re: Relevant URLs

Does anybody know if there is a way to correct my existing URLs or if I should start over because it won't be possible?

Thanks.
by CaptainDEEZ
Sun May 15, 2011 2:10 pm
Forum: General discussions
Topic: Relevant URLs
Replies: 11
Views: 14414

Re: Relevant URLs

Here's what's in my htaccess file:
I changed out my actual host name in the words below.


RewriteBase /
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/"myhosting"/public_html/cheatcodes/php.ini
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>

___
Here's the the site link: I ...
by CaptainDEEZ
Sun May 15, 2011 1:22 am
Forum: General discussions
Topic: Relevant URLs
Replies: 11
Views: 14414

Re: Relevant URLs

Thank you. That worked.

But...

How do I go about linking my categories up with their correct url? All of my categories go to a 404 now.
Is there a refresh somewhere?

Or do I have to re-do everything?
by CaptainDEEZ
Sat May 14, 2011 7:34 pm
Forum: General discussions
Topic: Relevant URLs
Replies: 11
Views: 14414

Re: Relevant URLs

Would you be able to tell me where to get to that option?
by CaptainDEEZ
Sat May 14, 2011 7:12 pm
Forum: General discussions
Topic: Relevant URLs
Replies: 11
Views: 14414

Relevant URLs

I recently installed phpMyFAQ and I was wondering if there is a mod or a way to make the URLs for everything relevant to the category?
I basically want the urls to read the category title.

Any ideas?