Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 8.0
Author Message
KillerCrazzy
Hangin' Around



Joined: Apr 08, 2005
Posts: 26

PostPosted: Tue Dec 04, 2007 10:57 pm Reply with quote

hello im hope im posting this in the right place here i have nuke 8.0 patch the site is running fine my problem is that i have to go to [ Only registered users can see links on this board! Get registered or login! ] to show my web site i waned to now how to change it so that i just type in [ Only registered users can see links on this board! Get registered or login! ] and it only shows that path. i read something about the php.ini file i do have this file and this is what i have in it mabe u can help me here thx

Code:
register_globals = on

allow_url_fopen = on
short_open_tag = on
expose_php = On
max_input_time = 60
variables_order = "EGPCS"
extension_dir = .www.mysite.com/public_html/myfolder
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="

[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so[quote]
[/quote]
i dont know what im missing
Also i read something about the golbal php.ini you think i migh have to contack the provider and have them change it thx for you help
 
View user's profile Send private message Visit poster's website
xblader
Client



Joined: Aug 17, 2006
Posts: 28

PostPosted: Wed Dec 05, 2007 5:07 am Reply with quote

Couple of ways you can do this, the easiet is to create an .htaccess file.

Code:
RewriteEngine On 

RewriteCond %{HTTP_HOST} mysite.com$ [NC]
RewriteCond %{REQUEST_URI} !^/public_htm/myfolder/.*$
RewriteRule ^(.*)$ /public_htm/myfolder/$1



or the other way will be moving the files from [ Only registered users can see links on this board! Get registered or login! ] to the base URL and then change some values from the database to reflect this.
 
View user's profile Send private message
KillerCrazzy







PostPosted: Wed Dec 05, 2007 3:00 pm Reply with quote

Thx for your post that fixed my problem just had to add the L to the html and it worked thanks
Code:


RewriteEngine On
RewriteCond %{HTTP_HOST} mysite.com$ [NC]
RewriteCond %{REQUEST_URI} !^/public_html/myfolder/.*$
RewriteRule ^(.*)$ /public_html/myfolder/$1
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 8.0

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©