Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2011-03-17 13:48:58
- fiddle
- Member
- Registered: 2007-10-03
- Posts: 87
server with temp ip dns.. ?
Hello, so – have a question, hopefully someone can help me out. – have a host for a site, I have the ip for it until the site is up and point the correct address to it. So, 10.10.10.10/~sitename/ , I was able to install/ configure txp, I can get into txp login and to home page through index.php, but – can’t view the other pages. -m guessing its a rewrite issue to the index.php file.. Is there anyway for me to do this so I can build the site, then point the name afterwards? The txp path is correct for when I switch it home/public_html/textpattern. Any ideas? THanks
Offline
Re: server with temp ip dns.. ?
Please post the full information from the diagnostics tab.
Offline
#3 2011-03-17 14:17:12
- fiddle
- Member
- Registered: 2007-10-03
- Posts: 87
Re: server with temp ip dns.. ?
Textpattern version: 4.3.0 (r3451)
Last Update: 2011-03-17 05:19:20/2011-03-16 16:01:10
Document root: /usr/local/apache/htdocs
$path_to_site: /home/evaton/public_html
Textpattern path: /home/evaton/public_html/textpattern
Permanent link mode: section_id_title
Temporary directory path: /home/evaton/public_html/textpattern/tmp
Site URL: 208.43.207.58/~evaton
PHP version: 5.2.13
GD Image Library: version bundled (2.0.34 compatible), supported formats: GIF, JPG, PNG
Server TZ: America/New_York
Server Local Time: 2011-03-17 10:18:07
DST enabled?: 1
Automatically adjust DST setting?: 1
Time Zone: America/New_York (-18000)
MySQL: 5.0.91-community
Locale: en_US.UTF-8
Server: Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
PHP Server API: cgi
RFC 2616 headers: 0
Server OS: Linux 2.6.18-164.15.1.el5PAE
Active plugins: zem_contact_reborn-4.0.3.20, zem_contact_lang-4.0.3.6, ob1_pagination-2.5, rss_auto_excerpt-0.5, upm_image-0.6.2, glz_custom_fields-1.2.4, smd_admin_themes-0.26
Admin-side theme: classic 4.3.0
Pre-flight check:
————————————
Web Domain DNS lookup fails: 208.43.207.58
clean_url_data_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
————————————
This is the normal htaccess file I useually use, Im guessing its competley incorrect in this situation..
Thanks
Last edited by fiddle (2011-03-17 14:18:20)
Offline
#4 2011-03-17 14:31:52
- fiddle
- Member
- Registered: 2007-10-03
- Posts: 87
Re: server with temp ip dns.. ?
Now, Im starting to think here, early for me.. If i set the site to dirty url’s, it might work because it dosent need to rewrite. Then once Im done, correct dns etc. I just turn on clean url’s….???
Offline
#5 2011-03-17 21:28:54
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: server with temp ip dns.. ?
fiddle wrote:
Then once Im done, correct dns etc. I just turn on clean url’s….???
Yes. As long as you use Txp tags for internal links, and don’t hardcode them. Only if you have link creating tags inside articles (body or excerpt), you need to resave those articles when you change the permanent link mode.
Offline
#6 2011-03-17 21:32:16
- fiddle
- Member
- Registered: 2007-10-03
- Posts: 87
Re: server with temp ip dns.. ?
Got it Els, Thanks for the help Els and Ruud..
See what sleep deprivation does to you?….
Offline
Pages: 1