Questions tagged as '.htaccess'

0
answers

Problems with Laravel 5.5 and the htaccess on the server

I have a roll my project works locally to the hair, but when uploading it to the server it throws 404 from the main route and it goes there. This is my .htaccess file on the server inside the public / folder <IfModule mod_rewrite.c>...
asked by 17.11.2017 / 21:48
0
answers

I have a project in symfony but it does not work in my directory, only in root

I have configured it in .htaccess, I suppose it must be this that makes it difficult for me and it throws the 500 error. I hope you can help me, I am new to this topic, thank you. Note: I am using the godaddy host service. # Use the front c...
asked by 15.11.2017 / 02:42
1
answer

show and hide access columns of a table?

I have 7 columns in my tables and it happens that I slide one until it disappeared and I do not know how to show it again. help me !! see acces forums but they did not help me Forum of access     
asked by 24.10.2017 / 00:06
1
answer

Is it enough to use RewriteEngine on and disable indexing to prevent access to my host's images?

Hi, I'm trying to avoid seeing my non-registered user images unless they have logged in and the php file contains a code like this: <img src="<?php if(isset($profile_picture)) echo $profile_picture; ?>" class="img img-rounded" width="...
asked by 19.10.2017 / 17:28
0
answers

I need to increase max_input_vars in Centos 7 and edit php.ini and htaccess and it does not work

Community, my case is that I have a server in Digital Ocean with Centos 7 x64 and I'm using Centos Panel . In one of the accounts, my client requires that he increase the variable from Php max_input_vars to 5000 b...
asked by 11.10.2017 / 16:43
1
answer

Urls laravel with alias

I have the following url Route::get('faq', 'HomeController@faq'); link I want to add an alias to that url so that when I log in I stay like this link but refining the url "faq" I do not know if the .htaccess can be     
asked by 25.09.2017 / 16:27
0
answers

Problems with configuring mod_rewrite for OJS

I have an installation of OJS, with the configuration that allows to eliminate the index.php of the address. My Apachees is 2.4 and my htaccess is as follows: <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{DOCUMENT_ROOT}%{REQU...
asked by 31.07.2017 / 17:34
1
answer

UwAmp virtual host configuration generates 500 error with .htaccess in the site root

I have my local apache server working with UwAmp Portable in windows 7. UwAmp is a project generated from Wamp server. When creating the virtual Host, they work correctly. But by including a .htacces file in the root of the site, in the fo...
asked by 28.08.2017 / 21:42
1
answer

"Friendly URLs" - .htaccess

I need help with friendly URLs using the Apache .htaccess file. I explored several publications and none of them has worked for me, because I need two parameters . For example: https://api.mysite.com/api/url/create / api / is a...
asked by 30.07.2017 / 22:35
0
answers

Hide wp-admin

I'm trying to hide access by wp-admin. There are several plugins that I am testing but I have a rare situation, maybe one can help me. I tried Rename wp-admin.php and WPS hide login, when changing by a keyword, the wp-admin is disabled, and t...
asked by 23.07.2017 / 03:28