[solved] Getting Rid of the Index.php
[solved] Getting Rid of the Index.php
If I change the file to get rid of the index.php, will this change all existing links or just the ones I create from here on out?
Last edited by slloyd on Fri Sep 14, 2007 4:28 pm, edited 1 time in total.
Re: Getting Rid of the Index.php
I think it's "only" a question of URL rewriting you can do with mod_rewrite.
Re: Getting Rid of the Index.php
Please excuse my ignorance, but does that mean it will change my existing links?
Re: Getting Rid of the Index.php
mod_rewrite is an Apache / server module which allows the rewriting of URL which is shown.
Links will not changed.
Links will not changed.
Re: Getting Rid of the Index.php
So are you saying it just shows or doesn't show, but has no affect on the actual URL? I'm not sure I understand what you're saying.
I just changed it to true and it made all my links broken, so I had to change it back. I guess I answered my own question. Solved!
I just changed it to true and it made all my links broken, so I had to change it back. I guess I answered my own question. Solved!
Re: [solved] Getting Rid of the Index.php
Hello,
the difference between internal and external URL rewriting is well explained in the mod_rewrite documentation ("From Old to New").
Actually,
all internal CMSms links are like /index.php?page=/some/path/leaf
and external links may be like /some/path/leaf.html thanks to mod_rewrite.
Pierre M.
the difference between internal and external URL rewriting is well explained in the mod_rewrite documentation ("From Old to New").
Actually,
all internal CMSms links are like /index.php?page=/some/path/leaf
and external links may be like /some/path/leaf.html thanks to mod_rewrite.
Pierre M.
Re: [solved] Getting Rid of the Index.php
I read the page you listed. Unfortunately, I have no idea what any of that means. All I needed to know was whether my existing URLs would change if I changed mod_rewrite to true. I don't know a darn thing about Apache, php or any other techy stuff!
But I certainly appreciate you guys trying to explain it! Someday maybe I'll understand it.

-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: [solved] Getting Rid of the Index.php
Then google is your friend.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: [solved] Getting Rid of the Index.php

"One measures a circle, beginning anywhere" - Charles Fort