Author |
Message |
kevinkap
Involved


Joined: Apr 22, 2006
Posts: 356
|
Posted:
Fri Mar 23, 2007 1:37 pm |
|
does this change the main index page from php to html as well? I have it turned on and it does not seem to be changing it. |
_________________ Kevin Kappes |
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Fri Mar 23, 2007 5:15 pm |
|
i dont think so, its not in the htaccess anyway.
but you can easely add it ..
RewriteRule ^index.html index.php |
|
|
|
 |
jakec
Site Admin

Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Sat Mar 24, 2007 6:13 am |
|
Is there really any need to shorten the index.php? Actually it's making it longer, by 1 character. lol
From an SEO point of view I don't think it's necessary, but if you are looking to make all your extensions the same then I guess it's fair enough. |
|
|
|
 |
hitwalker

|
Posted:
Sat Mar 24, 2007 6:37 am |
|
to play it safe its better to add it.
i think everybody uses it,including ravens site. |
|
|
|
 |
jakec

|
Posted:
Sat Mar 24, 2007 6:49 am |
|
Fair enough, we'll have to get Montego to add it.  |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sat Mar 24, 2007 9:01 am |
|
Ok, I suppose that I can... |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
kevinkap

|
Posted:
Thu Apr 05, 2007 9:37 pm |
|
hitwalker wrote: | i dont think so, its not in the htaccess anyway.
but you can easely add it ..
RewriteRule ^index.html index.php |
Is this all I need to add to the file?
thanks. |
|
|
|
 |
hitwalker

|
Posted:
Fri Apr 06, 2007 2:08 pm |
|
yes...
and dont forget to change any links to your index page ...like we usualy have in the theme on top..etc.. |
|
|
|
 |
kevinkap

|
Posted:
Mon Apr 09, 2007 7:43 pm |
|
what are the #'s that are in some of the rewrite rules? |
|
|
|
 |
montego

|
Posted:
Tue Apr 10, 2007 7:21 am |
|
Are you referring to the rule itself or the shortened link?
Regardless, the "#" is an attribute of the HTML anchor tag which allows you to not only address the page, but a specific "anchor" on the page. This is seen alot in the forums, for example, or blocks for forums to specific posts on the page. |
|
|
|
 |
|