Welcome Guest, Not a member yet? Register   Sign In
Basic newbie question regarding navigation links
#5

[eluser]Madmartigan1[/eluser]
A little copy/paste from the maunal that may help:

Quote:By default, the index.php file will be included in your URLs:
example.com/index.php/news/article/my_article

You can easily remove this file by using a .htaccess file with some simple rules. Here is an example of such a file, using the "negative" method in which everything is redirected except the specified items:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

In the above example, any HTTP request other than those for index.php, images, and robots.txt is treated as a request for your index.php file.

And yes, definitely use full urls if you have issues.


Messages In This Thread
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 11:58 AM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 12:04 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 12:06 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 12:07 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 12:09 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 01:02 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 01:05 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 01:06 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 01:09 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 01:26 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 01:30 PM
Basic newbie question regarding navigation links - by El Forum - 12-29-2010, 02:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB