Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2005-12-12 18:50:48
- tICT
- New Member
- Registered: 2005-10-06
- Posts: 3
Problems with .htaccess - Perm Links not working
(Edit: marked thread as resolved. :) -Mary)
Hi All,
Cannot get perm links to work, which I think gives me problems when I start using other TXP templates. Have done a lot of reading around the forum & everything points so far to .htaccess – problem is I seem to have got everything in place.
Please can you look at the diag & trace below & give me a pointer where next to look?
Cheers
J
Textpattern version: 4.0.1 (r888)
last_update: 2005-10-07 18:22:42/2005-09-06 11:58:24
Document root: E:/Web/ (E:\Web)
$path_to_site: E:\Web\tICT
Textpattern path: E:\Web\tICT\textpattern
Permanent link mode: section_id_title
Temp folder: E:\Web\tICT\textpattern\tmp
Site URL: biostar01/tICT
PHP version: 5.0.4
Magic quotes: 1/0
MySQL: 4.1.14-nt
Locale: English_United Kingdom.1252
Server: Apache/2.0.54 (Win32) PHP/5.0.5
Apache version: Apache/2.0.54 (Win32) PHP/5.0.5
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
RewriteBase /tICT/
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php </IfModule> ————————————<code>
<!— txp tag trace:
<txp:css />
<txp:page_title />
<txp:link_to_home><txp:sitename /></txp:link_to_home>
<txp:sitename />
<txp:site_slogan />
<txp:linklist wraptag=“p” />
<txp:search_input label=“Search” wraptag=“p” />
<txp:popup type=“c” label=“Browse” wraptag=“p” />
<txp:feed_link label=“RSS” />
<txp:feed_link label=“Atom” flavor=“atom” />
<txp:article />
<txp:permlink><txp:title /></txp:permlink>
<txp:title />
<txp:posted />
<txp:author />
<txp:body />
<txp:if_comments><p><txp:comments_invite /></p></txp:if_comments>
<txp:comments_invite />
<txp:site_url />
<txp:permlink><txp:title /></txp:permlink>
<txp:title />
<txp:posted />
<txp:author />
<txp:body />
<txp:if_comments><p><txp:comments_invite /></p></txp:if_comments>
<txp:site_url />
<txp:file_download_link id=“1”><txp:file_download_name /> [<txp:file_download_size format=“auto” decimals=“2” />]<br />
</txp:file_download_link>
<txp:file_download_name />
<txp:file_download_size format=“auto” decimals=“2” />
<txp:permlink><txp:title /></txp:permlink>
<txp:title />
<txp:posted />
<txp:author />
<txp:body />
<txp:if_comments><p><txp:comments_invite /></p></txp:if_comments>
<txp:site_url />
<txp:article_image />
<txp:title />
<txp:permlink>#</txp:permlink>
<txp:posted />
<txp:body />
<txp:permlink><txp:title /></txp:permlink>
<txp:title />
<txp:posted />
<txp:author />
<txp:body />
<txp:if_comments><p><txp:comments_invite /></p></txp:if_comments>
<txp:site_url />
<txp:if_individual_article>
<p>
<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /></txp:link_to_next>
</p>
</txp:if_individual_article>
<txp:if_article_list>
<p>
<txp:older>Previous</txp:older>
<txp:newer>Next</txp:newer>
</p>
</txp:if_article_list>
<txp:older>Previous</txp:older>
<txp:newer>Next</txp:newer>
—>
</code>
Last edited by Mary (2005-12-12 20:51:34)
Offline
#2 2005-12-12 18:52:27
- tICT
- New Member
- Registered: 2005-10-06
- Posts: 3
Re: Problems with .htaccess - Perm Links not working
Sorry should have added – phpinfo reports….
Loaded Modules core mod_win32 mpm_winnt http_core mod_so mod_access mod_actions mod_alias mod_asis mod_auth mod_autoindex mod_cgi mod_dir mod_env mod_imap mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_userdir mod_php5
Offline
#3 2005-12-12 19:11:00
- Krigsoffer
- Member
- From: DK
- Registered: 2005-12-08
- Posts: 13
Re: Problems with .htaccess - Perm Links not working
This may sound like a stupid question, but have you tried to make the perm links “messy” in the admin/preferences control panel?
That worked for me…
Last edited by Krigsoffer (2005-12-12 19:11:18)
Offline
#4 2005-12-12 19:26:18
- tICT
- New Member
- Registered: 2005-10-06
- Posts: 3
Re: Problems with .htaccess - Perm Links not working
Have just tried the last comment from http://forum.textpattern.com/viewtopic.php?id=6673 which seems to have resolved the issue of the perm links.
Thanks.
Offline