Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-12-19 18:03:32

blind486
New Member
Registered: 2006-12-18
Posts: 2

Please help me with Clean URL

im new to textpattern and im trying to make the template ‘profilo’ to work. the only problem now is i dont know how to work with clean url. i already tried the messy method, so far everything works. mod_rewrite already available in apache. im only doing this in my local computer (http://localhost/textpattern/). i just can’t make it work. i gave up already. ive already gone through the faqs and server samples in this forum. please help. i dont know what to do anymore.

diagnostics:

Textpattern version: 4.0.4 (r1956)
Last Update: 2006-12-18 19:05:48/2006-08-31 09:47:58
Document root: C:/Server/htdocs (C:\Server\htdocs)
$path_to_site: C:\Server\htdocs\textpattern
Textpattern path: C:\Server\htdocs\textpattern\textpattern
Permanent link mode: section_title
Temporary directory path: C:\Server\htdocs\textpattern\textpattern\tmp
Site URL: localhost/textpattern
PHP version: 5.1.4
Server Local Time: 2006-12-19 18:07:33
MySQL: 5.0.20a-nt
Locale: English_United Kingdom.1252
Server: Apache/2.2.2 (Win32) PHP/5.1.4
Apache version: Apache/2.2.2 (Win32) PHP/5.1.4
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Windows NT 5.1
Active plugins: ob1_title-2.2, zem_contact_lang-4.0.3.02, zem_contact_reborn-4.0.3.16

Pre-flight check:
————————————
Clean URL test failed.
————————————

.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
RewriteBase /

<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]

RewriteRule ^(.*) index.php </IfModule>

#php_value register_globals 0
————————————

Offline

#2 2006-12-19 18:10:31

hcgtv
Archived Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: Please help me with Clean URL

Look for this in your httpd.conf:

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
AllowOverride All

It’s usually set to None on a default Apache install

Offline

#3 2006-12-19 18:15:13

blind486
New Member
Registered: 2006-12-18
Posts: 2

Re: Please help me with Clean URL

it is already set… and still not working :-(

AllowOverride All

Last edited by blind486 (2006-12-19 18:26:43)

Offline

#4 2006-12-19 19:02:31

hcgtv
Archived Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: Please help me with Clean URL

Is this line uncommented?

LoadModule rewrite_module modules/mod_rewrite.so

Offline

Board footer

Powered by FluxBB