Help - Search - Members - Calendar
Full Version: .htaccess Server Profile
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Shahnawaz
What are the allowed values one can set in .htaccess config file. Please administrator list all the options that are not allowed in that file. It seems that Apache mod_rewrite is also disabled why it is so?

Can I set my own access denied/page not found pages in .htaccess config file.

Till the time I learned that in uuuq.com, ini_set function is disabled, mail() function is not working [It will for $10].

but some zymic users saying[I've seen in the forum] that ini_set function is working on other of your free web hosting servers.

Also, is there any restrictions for issuing HTTP request from your servers? I mean Apache httpd related issues.

Please allow apache mod_rewrite module for free web hosting.


Thanks & Regards!
Shahnawaz Khan

Ed
QUOTE
What are the allowed values one can set in .htaccess config file. Please administrator list all the options that are not allowed in that file. It seems that Apache mod_rewrite is also disabled why it is so?

Can I set my own access denied/page not found pages in .htaccess config file.


Just fire your domain through http://www.uuuq.com/htaccess-fix and it will remove any directives which aren't allowed. The main ones which aren't allowed are php_value and php_flag.

You may set your own 404's, 403's etc and many people do. The apache module mod_rewrite is enabled and works, just remember to set a RewriteBase:

CODE
RewriteBase /


QUOTE
zymic users saying[I've seen in the forum] that ini_set function is working on other of your free web hosting servers.


Which server?

QUOTE
Also, is there any restrictions for issuing HTTP request from your servers? I mean Apache httpd related issues.


Yes, the server doesn't permit outgoing connections for security reasons.

Hope this has answered your questions.
Shahnawaz
QUOTE(Bread @ Jul 4 2009, 03:15 AM) *
Just fire your domain through http://www.uuuq.com/htaccess-fix and it will remove any directives which aren't allowed. The main ones which aren't allowed are php_value and php_flag.

You may set your own 404's, 403's etc and many people do. The apache module mod_rewrite is enabled and works, just remember to set a RewriteBase:

CODE
RewriteBase /

Which server?
Yes, the server doesn't permit outgoing connections for security reasons.

Hope this has answered your questions.


Thanks! for your prompt support, I appreciate you people, it solves my two problems/issues as I'm able to set my own error document page and set apache mod rewrite for clean urls.

But my question is that why you restrict outgoing http calls? Suppose I want to create some mashups then what should I do.

Thank you once again!!!

Shahnawaz Khan
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.