- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsHello I'm very new to EE and am having 2 issues.
I'm using [code]<a href="{auto_path}">{title}
I think the index.php has to do with the search results page being "http://www.mysite.com/ind
[code]{exp:search:simple_f
<label for="keywords"></label><h4
<input maxlength="190" size="18" value="" id="keywords" name="keywords" style="width: 160px;" type="text">
<p><input value="submit" class="form_btn" src="files/send-button.gif
{/exp:search:simple_form}
[/code]
And the rest of my site doesn't use index.php in the url. So if I'm at "http://www.mysite.com/A-P
My second issue is {auto_path} is using underscores not dashes for the links (i.e. This_Is_My_Page not the actual page This-Is-My-Page).
So 2 questions:
1) How do I point my search form to "http://www.mysite.com/res
2) How do I get my search result links to point to the correct page "http://www.mysite.com/Thi
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: NotexaPosted on 2009-11-03 at 22:55:15ID: 25737018
Please try adding the following to your .htaccess file:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+) index.php/$1 [L]