.htaccess

  1. zoldos

    need help converting .htaccess to nginx directive but with *two* primary location entries

    So I'm trying to convert some Apache .htaccess rules to nginx. The first set of directives, shown below, works, so I don't need to use Apache Re-write (and thus, no .htaccess). The second code block is the NON-converted .htaccess code for my chat room which I'd like to convert, then combine in...
  2. Frode789

    .htaccess error regarding errordocument

    So I just noticed in my cPanel web server error log, tons of errors saying: "Unsupported ErrorDocument URL: default, must start with / or http." I've googled and searched on xf.com, and from what I can see, others also have it pasted as how I currently run it, like this: ErrorDocument 401...
  3. EIRE

    XF 2.2 Moved XF from subdomain to root

    Hello all, I have moved my XF installation from forums.mydomain.ie to mydomain.ie Before commencing the move I ensured to change the Board URL in the ACP then I moved all the files to my root folder. I am now getting an error when trying to press the login or register button: Oops! We ran...
  4. JasonBrody

    Content Security Policy (CSP) for XenForo 2.2

    Hi Everyone ! Though there're several thread on this, but I couldn't figure out any appropriate one for latest XF 2.2 release . So, could anyone provide information on how to configure CSP with latest XF ? (for additional info: I'm using cloudflare & adsense) .
  5. eL_

    .htaccess

    Need help to force https in my page we-play.pro This is my .htaccess now: # Mod_security can interfere with uploading of content such as attachments. If you # cannot attach files, remove the "#" from the lines below. #<IfModule mod_security.c> # SecFilterEngine Off #...
  6. SyTry

    XF 2.0 URL Canonicalization Test

    Hello, Currently I'm doing some research on different sites to know the SEO criteria to improve it on my forum. I have a problem with URL Canonicalization : I use this code in my .htaccess : RewriteCond %{HTTPS} off RewriteRule (.*) https://sytrycommunity.fr/$1 [R=301,L] Here...
  7. thinkdiff

    Not a bug Exclude a folder

    I have installed Xenforo in my publick_html in my Cpanel which means my forum is available in site.com Now I want to add another folder contains my web app and want to access it in site.com/myapp. I created a folder "myapp" in public_htmll beside Xenforo files and now when I enter the URL...
  8. V

    [HELP ]How to use url rewrite with 1 & 1?

    Hello, I can not use the rewrite of url with the host: 1 & 1. I am under APACHE The mod_rewrite is activated on their server, but when I activate the rewrite of url via admin.php? Options / groups / basicBoard /, I absolutely can not do anything on my forum. http://prntscr.com/i9acnu I try...
Top Bottom